This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl's synopsis, the test program must be outside the cwd.
authorNicholas Clark <nick@ccl4.org>
Fri, 14 Oct 2011 12:03:44 +0000 (13:03 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 14 Oct 2011 12:03:44 +0000 (13:03 +0100)
commitd398528aa38a7db2dc9f54582386ad748ea3c5db
tree6c1e2179b9f31d4ffd1769263b7f46f93a20f98d
parentdd7c3e6cacb5f37e9b245172ede3bff8055d9b8e
In bisect-runner.pl's synopsis, the test program must be outside the cwd.

Karl notes that the previous version, using C<test_prog.pl>, wrongly
suggests that a test program can be in the git checkout used for
bisecting. This won't work for an untracked file, because bisect.pl's first
sanity check will spot it and refuse to run. For a tracked file (such as an
existing test script in t), things may be far more confusing, as
bisect-runner.pl will end up running the current version for the revision
tested, instead of the version for the revision checked out at start time.
Porting/bisect-runner.pl