diff options
Diffstat (limited to 'testsuite/synth/issue1348')
-rwxr-xr-x | testsuite/synth/issue1348/testsuite.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/synth/issue1348/testsuite.sh b/testsuite/synth/issue1348/testsuite.sh index 713fab53f..3fda01259 100755 --- a/testsuite/synth/issue1348/testsuite.sh +++ b/testsuite/synth/issue1348/testsuite.sh @@ -2,6 +2,7 @@ . ../../testenv.sh -synth_tb sdp_simple +synth_tb sdp_simple 2> sdp_simple.log +grep "found RAM" sdp_simple.log echo "Test successful" |