aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1079/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1079/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1079/testsuite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/synth/issue1079/testsuite.sh b/testsuite/synth/issue1079/testsuite.sh
index 96710f416..875f6aa57 100755
--- a/testsuite/synth/issue1079/testsuite.sh
+++ b/testsuite/synth/issue1079/testsuite.sh
@@ -2,6 +2,7 @@
. ../../testenv.sh
-synth --out=raw test.vhdl -e | grep -q mem_rd_sync
+synth --out=raw test.vhdl -e > syn_test.raw
+grep -q mem_rd_sync syn_test.raw
echo "Test successful"