read-test format directly for gnuplot
[ardour.git] / tools / run-readtest.sh
index 38fb61d1d2cc7d50f42968a2482409e95aa4c5a6..004920d35c0371c33503b9373e3407ad07231c13 100755 (executable)
@@ -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