bisect-runner.pl should skip the testcase if it fails to build config.sh
authorNicholas Clark <nick@ccl4.org>
Wed, 7 Dec 2011 12:55:03 +0000 (13:55 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 7 Dec 2011 12:55:03 +0000 (13:55 +0100)
commit18815322461f60e34160149ded6798d9d9304468
tree29aa05af87a10ca832fb7d08c2f867d0ebcbeb49
parentae2e176f7be6c85a6339a59bda00ae2f36d09397
bisect-runner.pl should skip the testcase if it fails to build config.sh

Previously if given a testcase and a target of config.sh or config.h, it
would always attempt run it, even if the target (config.sh or config.h)
had not been built. Oddly enough, this usually resulted in the test case
failing, with the consequence that the bisect run ended with a spurious
result. Skipping such revisions instead makes the bisect output meaningful.
Porting/bisect-runner.pl