mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-08 14:18: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
|
||||
|
@ -25,7 +25,8 @@ run_config_sub ()
|
||||
}
|
||||
|
||||
if run_config_sub ; then
|
||||
$verbose || echo "PASS: config.sub checks"
|
||||
numtests=$(wc -l config-sub.data | cut -d' ' -f1)
|
||||
$verbose || echo "PASS: config.sub checks ($numtests tests)"
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user