]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
test-lib: separate individual test better in verbose mode.
authorMartin Waitz <tali@admingilde.org>
Sat, 7 Oct 2006 19:27:46 +0000 (21:27 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 04:33:48 +0000 (21:33 -0700)
commit7a0cf2d0138cf3abd3f2c3c9a1aa4dc55bf0700f
tree2104b54a68a591af9b113e8f28847ebaca35a0e0
parent3de63c3f9f82cd0a43f3f69dd1e3662bc101d629
test-lib: separate individual test better in verbose mode.

When running tests with --verbose it is difficult to see where
one test starts and where it ends because everything is printed
in one big lump.
Fix that by printing one single newline between each test.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh