From 984eca8a27346314e7826522f955b37148b79dde Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 15 Jun 2015 00:47:39 +0200 Subject: Added support for Twitch detection Minor cosmetic fix in test tool --- tests/do.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/do.sh b/tests/do.sh index 5bc324aa4..764b049f9 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -20,9 +20,9 @@ check_results() { NUM_DIFF=`diff result/$f.out /tmp/reader.out | wc -l` if [ $NUM_DIFF -eq 0 ]; then - echo "$f\t OK" + printf "%-32s\tOK\n" "$f" else - echo "$f\t ERROR" + printf "%-32s\tERROR\n" "$f" echo "$CMD" diff result/$f.out /tmp/reader.out RC=1 -- cgit v1.2.3