mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +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:
@@ -1,13 +1,15 @@
|
||||
${THIS_SH} ./comsub-eof0.sub
|
||||
. ./test-aux-functions
|
||||
|
||||
${THIS_SH} ./comsub-eof1.sub
|
||||
test_runsub ./comsub-eof0.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof2.sub
|
||||
test_runsub ./comsub-eof1.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof3.sub
|
||||
test_runsub ./comsub-eof2.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof4.sub
|
||||
test_runsub ./comsub-eof3.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof5.sub
|
||||
test_runsub ./comsub-eof4.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof6.sub
|
||||
test_runsub ./comsub-eof5.sub
|
||||
|
||||
test_runsub ./comsub-eof6.sub
|
||||
|
||||
Reference in New Issue
Block a user