From: Miodrag Milanovic Date: Fri, 27 Sep 2019 09:31:55 +0000 (+0200) Subject: Change order of parameters, to work on other os X-Git-Tag: working-ls180~1044^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f0eec8270dbef06e3e6970af20dae2d6f89f6b9;p=yosys.git Change order of parameters, to work on other os --- diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh index 2c72ca3a9..46716f9a0 100755 --- a/tests/ice40/run-test.sh +++ b/tests/ice40/run-test.sh @@ -6,7 +6,7 @@ for x in *.ys; do echo "all:: run-$x" echo "run-$x:" echo " @echo 'Running $x..'" - echo " @../../yosys -ql ${x%.ys}.log $x -w 'Yosys has only limited support for tri-state logic at the moment.'" + echo " @../../yosys -ql ${x%.ys}.log -w 'Yosys has only limited support for tri-state logic at the moment.' $x" done for s in *.sh; do if [ "$s" != "run-test.sh" ]; then