summaryrefslogtreecommitdiff
path: root/tools/run-readtest.sh
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-28 14:35:17 +0100
committerRobin Gareus <robin@gareus.org>2015-01-28 14:43:35 +0100
commit07e53fc2e77462e2e5029dc4e7ac1437c7f6a861 (patch)
tree020faeca940081fad4baf83a053796385398e4c3 /tools/run-readtest.sh
parentcf8e7bc135d356c7cb77730ab289696d006924e6 (diff)
read-test format directly for gnuplot
Diffstat (limited to 'tools/run-readtest.sh')
-rwxr-xr-xtools/run-readtest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run-readtest.sh b/tools/run-readtest.sh
index 38fb61d1d2..004920d35c 100755
--- a/tools/run-readtest.sh
+++ b/tools/run-readtest.sh
@@ -27,7 +27,7 @@ done
if [ -d $dir -a -f $dir/testfile_1 ] ; then
# dir exists and has a testfile within it - reuse to avoid
# recreating files
- echo "Re-using files in $dir"
+ echo "# Re-using files in $dir"
needfiles=
else
dir=$dir/readtest_$$
@@ -40,7 +40,7 @@ else
fi
if [ x$needfiles != x ] ; then
- echo "Building files for test..."
+ echo "# Building files for test..."
if [ x$interleave = x ] ; then
#
@@ -81,6 +81,6 @@ for bs in $@ ; do
:
fi
- echo "Blocksize $bs"
+ echo "# Blocksize $bs"
./readtest $nocache -b $bs -q $dir/testfile_%d
done