aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2144/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-28 18:15:02 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-28 18:15:02 +0200
commitcad4cf95a10bcafcbdaf134f62ee4007d4e5698e (patch)
tree9217c19af656f6b33c0834e94b79b0ce476ff8c8 /testsuite/synth/issue2144/testsuite.sh
parent59e2a56061237670591c19cd0f2bb9a05a4bf233 (diff)
downloadghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.tar.gz
ghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.tar.bz2
ghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.zip
testsuite/synth: adjust test for #2144
Diffstat (limited to 'testsuite/synth/issue2144/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2144/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue2144/testsuite.sh b/testsuite/synth/issue2144/testsuite.sh
index 170abfafd..7429a17b3 100755
--- a/testsuite/synth/issue2144/testsuite.sh
+++ b/testsuite/synth/issue2144/testsuite.sh
@@ -4,7 +4,7 @@
synth repro.vhdl -e > syn_repro.vhdl 2> repro.err
-diff_nocr repro.ref repro.err
+grep report repro.err | diff_nocr repro.ref -
synth_only bug