git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Improve legibility of test_expect_code output
@ 2012-09-19 22:38 Adam Spiers
  2012-09-20  0:06 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Adam Spiers @ 2012-09-19 22:38 UTC (permalink / raw)
  To: git list

---
 t/test-lib-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 t/test-lib-functions.sh

diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh
old mode 100644
new mode 100755
index 8889ba5..e022e73
--- a/t/test-lib-functions.sh
+++ b/t/test-lib-functions.sh
@@ -562,7 +562,7 @@ test_expect_code () {
 		return 0
 	fi
 
-	echo >&2 "test_expect_code: command exited with $exit_code, we wanted $want_code $*"
+	echo >&2 "test_expect_code: command exited with $exit_code, we wanted $want_code from: $*"
 	return 1
 }
 
-- 
1.7.12.147.g6d168f4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-20 18:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 22:38 [PATCH] Improve legibility of test_expect_code output Adam Spiers
2012-09-20  0:06 ` Junio C Hamano
2012-09-20  0:25   ` Adam Spiers
2012-09-20  0:35     ` Junio C Hamano
2012-09-20  0:48       ` Adam Spiers
2012-09-20 16:50     ` Junio C Hamano
2012-09-20 16:57       ` Adam Spiers
2012-09-20 17:45         ` Junio C Hamano
2012-09-20 18:05           ` Adam Spiers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).