aboutsummaryrefslogtreecommitdiffstats
path: root/tests/aiger/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiger/run-test.sh')
-rwxr-xr-xtests/aiger/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aiger/run-test.sh b/tests/aiger/run-test.sh
index de7bc68cf..bcf2b964a 100755
--- a/tests/aiger/run-test.sh
+++ b/tests/aiger/run-test.sh
@@ -55,5 +55,5 @@ done
for y in *.ys; do
echo "Running $y."
- ../../yosys $y -ql ${y%.*}.log
+ ../../yosys -ql ${y%.*}.log $y
done