aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1069
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-01 19:50:41 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-01 21:11:09 +0100
commit74043fa1aa40c375c7f299e6b5f1b6ea9150580e (patch)
tree78b58ebf6497228bacf3e54c203cb29e4bdb7ff4 /testsuite/synth/issue1069
parentb96b6db6df514116d36e776df181582a7d1061f8 (diff)
downloadghdl-74043fa1aa40c375c7f299e6b5f1b6ea9150580e.tar.gz
ghdl-74043fa1aa40c375c7f299e6b5f1b6ea9150580e.tar.bz2
ghdl-74043fa1aa40c375c7f299e6b5f1b6ea9150580e.zip
testsuite/gna/issue1069: improve harness
Diffstat (limited to 'testsuite/synth/issue1069')
-rwxr-xr-xtestsuite/synth/issue1069/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1069/testsuite.sh b/testsuite/synth/issue1069/testsuite.sh
index 1604b4bfb..6d1d90ada 100755
--- a/testsuite/synth/issue1069/testsuite.sh
+++ b/testsuite/synth/issue1069/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
for f in tdp_ram tdp_ram2 ram3 ram4 ram5; do
- synth_tb $f 2> $f.log
+ synth_tb $f 2>&1 | tee $f.log
grep "found RAM" $f.log
done