From: N. Engelhardt Date: Wed, 23 Sep 2020 10:48:26 +0000 (+0200) Subject: switch argument order to work with macOS getopt X-Git-Tag: working-ls180~267^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=370243426ea1802d501b19b4b24d0d71542cecde;p=yosys.git switch argument order to work with macOS getopt --- 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