mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 11:40:30 +02:00
test suite updates: highlight failed test scripts; optionally save failed test output; report number of successful tests; exit based on number of test failures; indent warning messages to make them stand out
This commit is contained in:
+3
-1
@@ -15,6 +15,8 @@ if (( $UID == 0 )); then
|
||||
echo "test-tests: the test suite should not be run as root" >&2
|
||||
fi
|
||||
|
||||
. ./test-aux-functions
|
||||
|
||||
b()
|
||||
{
|
||||
[ "$@" ]
|
||||
@@ -505,4 +507,4 @@ t \( \)
|
||||
|
||||
t 1 = 1 -a \( \) -a -n ""
|
||||
|
||||
${THIS_SH} ./test1.sub
|
||||
test_runsub ./test1.sub
|
||||
|
||||
Reference in New Issue
Block a user