[PATCH] Test framework: prettyprint the failed command.
authorJunio C Hamano <junkio@cox.net>
Sat, 23 Jul 2005 02:09:34 +0000 (19:09 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 03:34:16 +0000 (20:34 -0700)
The output from a failure case had the test description message
and the first line of the actual test script concatenated on the
same line, which was ugly. Correct the output routine a bit to
make it more readable.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found