diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/synth/issue1069/testsuite.sh | 2 |
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 |