Skip to content

Commit

Permalink
Merge pull request YosysHQ#2384 from nakengelhardt/fix_2383
Browse files Browse the repository at this point in the history
switch argument order to work with macOS getopt
  • Loading branch information
mmicko authored Sep 23, 2020
2 parents 8fbb517 + 3702434 commit 81348d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aiger/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ done

for y in *.ys; do
echo "Running $y."
../../yosys $y -ql ${y%.*}.log
../../yosys -ql ${y%.*}.log $y
done

0 comments on commit 81348d2

Please sign in to comment.