diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-08-30 05:36:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-08-30 05:36:10 +0200 |
commit | f8d8c61c81150294cf06f10684a8e4180426890b (patch) | |
tree | ebeeced7c62ae0042f185d232bf2d0117ba9f1a1 /testsuite | |
parent | af74db16db371518111858e0ab123a52276059bc (diff) | |
download | ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.tar.gz ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.tar.bz2 ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.zip |
Write assert and report messages to stdout
Fix #394
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/gna/issue228/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue228/testsuite.sh b/testsuite/gna/issue228/testsuite.sh index 437efa718..02c617f6c 100755 --- a/testsuite/gna/issue228/testsuite.sh +++ b/testsuite/gna/issue228/testsuite.sh @@ -4,7 +4,7 @@ GHDL_STD_FLAGS=-fpsl analyze tb.vhdl -elab_simulate foo_tb 2>sim_log.txt +elab_simulate foo_tb >sim_log.txt run "grep -q 'falling_a0 custom report' sim_log.txt" run_failure "grep -q 'sequence covered' sim_log.txt" |