run-test.sh Move $x at end of line.
authorSergey <37293587+SergeyDegtyar@users.noreply.github.com>
Tue, 1 Oct 2019 07:55:34 +0000 (10:55 +0300)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 07:55:34 +0000 (10:55 +0300)
tests/anlogic/run-test.sh

index 2c72ca3a9652dda0f9bd83ea887b4941164fb03f..46716f9a08b69f70ecc717d70c32f99fd85072dc 100755 (executable)
@@ -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