mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +12:00
* testsuite/config-guess.sh: Include number of tests in output.
* testsuite/config-sub.sh: Likewise.
This commit is contained in:
@ -46,7 +46,8 @@ EOF
|
||||
}
|
||||
|
||||
if run_config_guess < config-guess.data ; then
|
||||
$verbose || echo "PASS: config.guess checks"
|
||||
numtests=$(wc -l config-guess.data | cut -d' ' -f1)
|
||||
$verbose || echo "PASS: config.guess checks ($numtests tests)"
|
||||
else
|
||||
echo "Unexpected failures."
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user