summaryrefslogtreecommitdiff
path: root/tests/bram/run-test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-01-02 00:07:44 +0100
committerClifford Wolf <clifford@clifford.at>2015-01-02 00:07:44 +0100
commit36c20f2ede51580f7c68b96b9cde9473187a8fc6 (patch)
treeecf8843a6c1abdbf2757cb55539d4377357d83c0 /tests/bram/run-test.sh
parent24ae156a747d5b933693878e7f2ed4c311e36570 (diff)
Progress in memory_bram
Diffstat (limited to 'tests/bram/run-test.sh')
-rwxr-xr-xtests/bram/run-test.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/bram/run-test.sh b/tests/bram/run-test.sh
index cc18aff1..68523740 100755
--- a/tests/bram/run-test.sh
+++ b/tests/bram/run-test.sh
@@ -14,14 +14,14 @@ python generate.py
echo -n "all:"
for i in $( ls temp/brams_*.txt | sed 's,.*_,,; s,\..*,,;' ); do
for j in $( ls temp/brams_*.txt | sed 's,.*_,,; s,\..*,,;' | grep -v $i ); do
- echo -n " temp/job_$i$j.ok"
+ echo -n " temp/job_${i}_${j}.ok"
done; done
echo
for i in $( ls temp/brams_*.txt | sed 's,.*_,,; s,\..*,,;' ); do
for j in $( ls temp/brams_*.txt | sed 's,.*_,,; s,\..*,,;' | grep -v $i ); do
- echo "temp/job_$i$j.ok:"
- echo " @bash run-single.sh $i $j"
- echo " @echo 'Passed test $i vs $j.'"
+ echo "temp/job_${i}_${j}.ok:"
+ echo " @bash run-single.sh ${i} ${j}"
+ echo " @echo 'Passed test ${i}_${j}.'"
echo " @touch \$@"
done; done
} > temp/makefile