about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-02-24 16:05:58 +0100
committerLars Hjemli <hjemli@gmail.com>2008-02-24 16:05:58 +0100
commitb44b02a98253e78334f7fd13d9c4e1eb59562392 (patch)
tree25ecb51d60eba75ea473eeaa32f08b9e548aedde /tests
parentBrown paper bag: don't use `grep -v` (diff)
downloadcgit-pink-b44b02a98253e78334f7fd13d9c4e1eb59562392.tar.gz
cgit-pink-b44b02a98253e78334f7fd13d9c4e1eb59562392.zip
Make output from `make test` more readable
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rwxr-xr-xtests/setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/setup.sh b/tests/setup.sh
index 9bb1f12..5f20286 100755
--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -91,10 +91,10 @@ run_test()
 	res=$?
 	if test $res = 0
 	then
-		printf "  %s: ok - %s\n" $test_count "$desc"
+		printf " %2d) %-60s [ok]\n" $test_count "$desc"
 	else
 		((test_failed++))
-		printf "  %s: fail - %s\n" $test_count "$desc"
+		printf " %2d) %-60s [failed]\n" $test_count "$desc"
 	fi
 }
 
t/torus.h?h=v1&id=fe8ff9c8b368a5ae97ca3dea9472c13afe8e8eae&follow=1'>Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe