From 425a5c4780593519bfa0912adffc365b68ad48e7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 22 Sep 2022 07:31:22 +0200 Subject: suite_driver.sh: print a message in case of failure --- testsuite/suite_driver.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite') diff --git a/testsuite/suite_driver.sh b/testsuite/suite_driver.sh index cc4dcc623..6b3df39fa 100755 --- a/testsuite/suite_driver.sh +++ b/testsuite/suite_driver.sh @@ -45,6 +45,7 @@ singlerun() { printf "$_suite $1: ${ANSI_GREEN}ok${ANSI_NOCOLOR}\n" # Don't disp log else + printf "$_suite $1: ${ANSI_RED}failed${ANSI_NOCOLOR}\n" printf '%s ' "$1" >> ../failures.log if [ x"$2" = x"n" ]; then exit 1; -- cgit v1.2.3