aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2020-05-30 13:07:13 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-30 15:42:39 +0200
commit0b687cd21c5dc7bad4fe49f7d2554d1ddc542d17 (patch)
tree3ed7ce1363d3b5af9995f80e62cd130d96e1f20d /testsuite
parent8e1a7aac07bdddeec71614574e886c9438848bb2 (diff)
downloadghdl-yosys-plugin-0b687cd21c5dc7bad4fe49f7d2554d1ddc542d17.tar.gz
ghdl-yosys-plugin-0b687cd21c5dc7bad4fe49f7d2554d1ddc542d17.tar.bz2
ghdl-yosys-plugin-0b687cd21c5dc7bad4fe49f7d2554d1ddc542d17.zip
Fix testsuite failing on second run
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/ghdl-issues/issue1309b/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ghdl-issues/issue1309b/testsuite.sh b/testsuite/ghdl-issues/issue1309b/testsuite.sh
index 43912d5..7b3d2d9 100755
--- a/testsuite/ghdl-issues/issue1309b/testsuite.sh
+++ b/testsuite/ghdl-issues/issue1309b/testsuite.sh
@@ -3,7 +3,7 @@
topdir=../..
. $topdir/testenv.sh
-run_symbiyosys -d work/psl_test psl_test.sby prove
+run_symbiyosys -fd work/psl_test psl_test.sby prove
clean
echo OK