aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-06 07:36:37 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-06 07:36:37 +0100
commit0b09211a0964509d0e022e0c6b7b65ae9d83ac39 (patch)
treeec22d7f7925a9b44971ca64559f211f0ac8fdc2b /testsuite/gna
parentce9b0b8b289bb611e96cc1060e178b09497e1eb0 (diff)
downloadghdl-0b09211a0964509d0e022e0c6b7b65ae9d83ac39.tar.gz
ghdl-0b09211a0964509d0e022e0c6b7b65ae9d83ac39.tar.bz2
ghdl-0b09211a0964509d0e022e0c6b7b65ae9d83ac39.zip
testsuite/gna: fix stderr redirection
Diffstat (limited to 'testsuite/gna')
-rwxr-xr-xtestsuite/gna/bug0128/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug0128/testsuite.sh b/testsuite/gna/bug0128/testsuite.sh
index 2d8938ecc..a1f07e4a0 100755
--- a/testsuite/gna/bug0128/testsuite.sh
+++ b/testsuite/gna/bug0128/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
analyze test2.vhdl
-elab_simulate_failure test2 2>&1 > test2.out
+elab_simulate_failure test2 > test2.out 2>&1
grep "NULL access" test2.out
clean