diff options
-rwxr-xr-x | testsuite/suite_driver.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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; |