mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-25 04:11:42 +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
@@ -11,6 +11,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
. ./test-aux-functions
|
||||
|
||||
# basic nameref tests
|
||||
bar=one
|
||||
flow=two
|
||||
@@ -129,5 +131,5 @@ echo ${!x//c/x}
|
||||
echo ${v//c/x}
|
||||
|
||||
for testfile in ./nameref[0-9].sub ./nameref[1-9][0-9].sub ; do
|
||||
${THIS_SH} "$testfile"
|
||||
test_runsub "$testfile"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user