Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrwo/bisect-prove
A simple wrapper around prove and git-bisect
https://github.com/robrwo/bisect-prove
Last synced: 11 days ago
JSON representation
A simple wrapper around prove and git-bisect
- Host: GitHub
- URL: https://github.com/robrwo/bisect-prove
- Owner: robrwo
- License: other
- Created: 2013-07-29T20:50:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T18:33:11.000Z (about 11 years ago)
- Last Synced: 2024-10-11T21:56:34.971Z (about 1 month ago)
- Language: Perl
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
bisect-prove - a wrapper for prove and git-bisectREQUIREMENTS
File::pushd
File::Which
IPC::Run
List::MoreUtils
Pod::Usage
Test::HarnessSYNOPSIS
$ git bisect start
$ git bisect good 12345678
$ bisect-prove -lr t/DESCRIPTION
This script is a wrapper around prove that uses `git-bisect' to search
for the first commit that causes tests to fail.All options are passed to the `prove' command.
If you wish to see the output of `git-bisect', run the program with the
`BISECT_PROVE' variable set, e.g.BISECT_PROVE=1 bisect-prove -lr t/
Note that you do not need to be in the toplevel directory to run, but
this asusmes that the current directory is present in every commit.SEE ALSO
* prove* git-bisect
AUTHOR
Robert Rothenberg, `'