diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-06-13 06:58:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-06-13 06:58:49 +0200 |
commit | 487e786b744d487f3f5f009d94974d13ee8e0680 (patch) | |
tree | 94fbf811f3ee5541b7c7f952ad7f7fd04da419b9 /testsuite/synth/issue1428 | |
parent | 534f7801b470c22fcf61909dd42a9fba920efe34 (diff) | |
download | ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.gz ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.bz2 ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.zip |
testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.
Option --strip-trailing-cr is used only on windows.
Diffstat (limited to 'testsuite/synth/issue1428')
-rwxr-xr-x | testsuite/synth/issue1428/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1428/testsuite.sh b/testsuite/synth/issue1428/testsuite.sh index d7d647dd1..9ad80ad25 100755 --- a/testsuite/synth/issue1428/testsuite.sh +++ b/testsuite/synth/issue1428/testsuite.sh @@ -5,7 +5,7 @@ for t in rec1 rec2 rec3 repro1 repro2 repro3 repro4b repro4 repro5b repro5 repro6 do synth --expect-failure $t.vhdl -e 2>&1 | grep $t.vhdl: > $t.out - diff --strip-trailing-cr $t.out $t.ref + diff_nocr $t.out $t.ref done echo "Test successful" |