From: Eddie Hung Date: Mon, 30 Sep 2019 21:16:45 +0000 (-0700) Subject: Move $x to end as 7f0eec8 X-Git-Tag: working-ls180~990^2~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eded90b6b42117ba427469a6100c74e708c4f142;p=yosys.git Move $x to end as 7f0eec8 --- diff --git a/tests/xilinx/run-test.sh b/tests/xilinx/run-test.sh index 2c72ca3a9..46716f9a0 100755 --- a/tests/xilinx/run-test.sh +++ b/tests/xilinx/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