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
 }
 
ass='logmsg'> 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe