mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* testsuite/config-guess.sh: Include number of tests in output.
* testsuite/config-sub.sh: Likewise.
This commit is contained in:
parent
e39075a31f
commit
1fc97122e2
@ -1,3 +1,8 @@
|
||||
2016-06-29 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* testsuite/config-guess.sh: Include number of tests in output.
|
||||
* testsuite/config-sub.sh: Likewise.
|
||||
|
||||
2016-06-20 Ørjan Malde <foxyred333@gmail.com>
|
||||
|
||||
* config.sub (-midipix*): New.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user