diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-09-22 07:31:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-09-25 11:43:24 +0200 |
commit | 425a5c4780593519bfa0912adffc365b68ad48e7 (patch) | |
tree | c97c49fa79ec813efcc9e98d448be9f670318a8e | |
parent | 14b1e3a65ea520507a55c1504b5ceab9062c3070 (diff) | |
download | ghdl-425a5c4780593519bfa0912adffc365b68ad48e7.tar.gz ghdl-425a5c4780593519bfa0912adffc365b68ad48e7.tar.bz2 ghdl-425a5c4780593519bfa0912adffc365b68ad48e7.zip |
suite_driver.sh: print a message in case of failure
-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; |