diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-14 07:27:47 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-14 07:27:47 +0200 |
commit | f19c700de1543f6c02f5ced17d79bf7a4f37e3f8 (patch) | |
tree | 7bc5c471c5c9eea41bb420d00ddaad3db6e0ff82 /testsuite/synth | |
parent | 9bb5938dfe678ab5a724630c6358cb254ca7a61d (diff) | |
download | ghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.tar.gz ghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.tar.bz2 ghdl-f19c700de1543f6c02f5ced17d79bf7a4f37e3f8.zip |
testsuite/synth: make testsuite.sh more neutral.
Diffstat (limited to 'testsuite/synth')
-rwxr-xr-x | testsuite/synth/testsuite.sh | 4 |
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 "#################################################################" |