aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-30 09:13:53 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-30 09:13:53 +0200
commit8664c8966ba26e32adac098920029ac23692bf35 (patch)
tree0b2d2a1e865e88451e13c5d50d4ad00ff845fdbd /testsuite
parent3f1d5ce7933fa7055f96a219a0f48787fbd5a0f4 (diff)
downloadghdl-8664c8966ba26e32adac098920029ac23692bf35.tar.gz
ghdl-8664c8966ba26e32adac098920029ac23692bf35.tar.bz2
ghdl-8664c8966ba26e32adac098920029ac23692bf35.zip
testsuite/synth: adjust harness for #2144
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/synth/issue2144/testsuite.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/synth/issue2144/testsuite.sh b/testsuite/synth/issue2144/testsuite.sh
index 7429a17b3..6f00b8bfe 100755
--- a/testsuite/synth/issue2144/testsuite.sh
+++ b/testsuite/synth/issue2144/testsuite.sh
@@ -4,7 +4,9 @@
synth repro.vhdl -e > syn_repro.vhdl 2> repro.err
-grep report repro.err | diff_nocr repro.ref -
+grep report < repro.err > repro.err1
+
+diff_nocr repro.ref repro.err1
synth_only bug