aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 07:27:47 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 07:27:47 +0200
commitf19c700de1543f6c02f5ced17d79bf7a4f37e3f8 (patch)
tree7bc5c471c5c9eea41bb420d00ddaad3db6e0ff82 /testsuite/synth/testsuite.sh
parent9bb5938dfe678ab5a724630c6358cb254ca7a61d (diff)
downloadghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.tar.gz
ghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.tar.bz2
ghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.zip
testsuite/synth: make testsuite.sh more neutral.
Diffstat (limited to 'testsuite/synth/testsuite.sh')
-rwxr-xr-xtestsuite/synth/testsuite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/synth/testsuite.sh b/testsuite/synth/testsuite.sh
index 7eb9c3269..12b367f2c 100755
--- a/testsuite/synth/testsuite.sh
+++ b/testsuite/synth/testsuite.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-# Driver for the synth testsuite.
+# Driver for a testsuite.
set -e
@@ -29,7 +29,7 @@ done
singlerun() {
echo ""
- echo "Synth dir $1:"
+ echo "dir $1:"
cd $1
if ! ./testsuite.sh; then
echo "#################################################################"