aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-22 07:31:22 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-25 11:43:24 +0200
commit425a5c4780593519bfa0912adffc365b68ad48e7 (patch)
treec97c49fa79ec813efcc9e98d448be9f670318a8e
parent14b1e3a65ea520507a55c1504b5ceab9062c3070 (diff)
downloadghdl-425a5c4780593519bfa0912adffc365b68ad48e7.tar.gz
ghdl-425a5c4780593519bfa0912adffc365b68ad48e7.tar.bz2
ghdl-425a5c4780593519bfa0912adffc365b68ad48e7.zip
suite_driver.sh: print a message in case of failure
-rwxr-xr-xtestsuite/suite_driver.sh1
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;