* testsuite/config-guess.sh: Include number of tests in output.

* testsuite/config-sub.sh: Likewise.
This commit is contained in:
Ben Elliston
2016-06-29 14:09:31 +10:00
parent e39075a31f
commit 1fc97122e2
3 changed files with 9 additions and 2 deletions

View File

@ -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