bisect-runner.pl now runs the testcase for targets config.{sh,h}
authorNicholas Clark <nick@ccl4.org>
Sun, 23 Oct 2011 15:49:19 +0000 (16:49 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 23 Oct 2011 17:47:45 +0000 (18:47 +0100)
commit30a13282bdb1bc17f62344ea7a025a2a6e68c60f
tree51c526836b6f322fc55b769f3ae38678f7620ab1
parent03d9f026ae253e9e69212a3cf6f1944437e9f070
bisect-runner.pl now runs the testcase for targets config.{sh,h}

Previously for these two targets it assumed --test-build if a --match
wasn't supplied, and never ran a test case if one was supplied. Now
--test-build must be specified explicitly, otherwise the test case will be
run. For example, this makes it easy to bisect using a testcase which greps
config.sh or config.h. (Of course, one can do roughly this with the --match
option, but this will match against all generated files, which may generate
false positives.)
Porting/bisect-runner.pl