From 8664c8966ba26e32adac098920029ac23692bf35 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 30 Jul 2022 09:13:53 +0200 Subject: testsuite/synth: adjust harness for #2144 --- testsuite/synth/issue2144/testsuite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite') 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 -- cgit v1.2.3