From ab9382ea4a3196c55303c0ed363e56d43785946a Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Tue, 27 Apr 2021 15:42:00 +0200 Subject: [PATCH] compare_testfiles.sh: fix whitespace --- tests/compare_testfiles.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/compare_testfiles.sh b/tests/compare_testfiles.sh index 455e3b0..6125bc7 100755 --- a/tests/compare_testfiles.sh +++ b/tests/compare_testfiles.sh @@ -9,7 +9,6 @@ fi tlctest() { - OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-` echo "tlc: $1 $OUT" return 0 @@ -36,7 +35,7 @@ tlctest test_1GB.txt tlctest test_10GB.txt echo Timing for 'python' -pythontest test_10MB.txt +pythontest test_10MB.txt pythontest test_100MB.txt pythontest test_1GB.txt pythontest test_10GB.txt