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 'tests')
-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
 }
 
/src/commit/bin/man1/htagml.1?id=8a3fe03cb5670cb7fd55d418841099c8499827a4&follow=1'>Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe