aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey <37293587+SergeyDegtyar@users.noreply.github.com>2019-10-01 10:55:34 +0300
committerGitHub <noreply@github.com>2019-10-01 10:55:34 +0300
commitfc56459746fec7751735749e3328378e1089b914 (patch)
tree3673230f0409135b6d32db2643f6e532f7087f34
parent27377c46634263beb5f8c28cb34b0c87ed6e9525 (diff)
downloadyosys-fc56459746fec7751735749e3328378e1089b914.tar.gz
yosys-fc56459746fec7751735749e3328378e1089b914.tar.bz2
yosys-fc56459746fec7751735749e3328378e1089b914.zip
run-test.sh Move $x at end of line.
-rwxr-xr-xtests/anlogic/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/anlogic/run-test.sh b/tests/anlogic/run-test.sh
index 2c72ca3a9..46716f9a0 100755
--- a/tests/anlogic/run-test.sh
+++ b/tests/anlogic/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