diff options
-rwxr-xr-x | testsuite/gna/issue1257/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gna/issue1257/testsuite.sh b/testsuite/gna/issue1257/testsuite.sh index d3e8ab9e6..4d93f872b 100755 --- a/testsuite/gna/issue1257/testsuite.sh +++ b/testsuite/gna/issue1257/testsuite.sh @@ -5,11 +5,11 @@ analyze_failure -Werror=runtime-error repro1.vhdl analyze repro2.vhdl -elab_simulate_failure repro2 | tee repro2.err +elab_simulate_failure repro2 2>&1 | tee repro2.err grep "1 downto 0" repro2.err analyze repro3.vhdl -elab_simulate_failure repro3 | tee repro3.err +elab_simulate_failure repro3 2>&1 | tee repro3.err grep "1 downto 0" repro3.err GHDL_STD_FLAGS=--std=08 |