summaryrefslogtreecommitdiff
path: root/tests/bram/run-test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-01-02 13:59:47 +0100
committerClifford Wolf <clifford@clifford.at>2015-01-02 13:59:47 +0100
commitbbf89c4dc68475b57709897ab0728e31963a1ddb (patch)
treeeabe436692079854cf4bcd3ab00dea0ca63feb85 /tests/bram/run-test.sh
parent36c20f2ede51580f7c68b96b9cde9473187a8fc6 (diff)
Progress in memory_bram
Diffstat (limited to 'tests/bram/run-test.sh')
-rwxr-xr-xtests/bram/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bram/run-test.sh b/tests/bram/run-test.sh
index 68523740..cdf7d61b 100755
--- a/tests/bram/run-test.sh
+++ b/tests/bram/run-test.sh
@@ -21,7 +21,7 @@ python generate.py
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}_${j}.'"
+ echo " @echo 'Passed memory_bram test ${i}_${j}.'"
echo " @touch \$@"
done; done
} > temp/makefile