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:
Chet Ramey
2025-10-16 11:44:26 -04:00
parent 6a48b39bba
commit 2a645237d3
132 changed files with 1364 additions and 813 deletions
+2
View File
@@ -152,6 +152,7 @@ a
[28] aaa
[29] aaa
declare -a array=([0]="a" [1]="b" [2]="c" [3]=$'\n')
mapfile1.sub
1 2 3 4 5
foo 0 1
@@ -163,6 +164,7 @@ foo 3 4
foo 4 5
mapfile2.sub
0 abc
1 def
2 ghi