From: Richard Hansen Date: Mon, 18 Nov 2013 04:12:49 +0000 (-0500) Subject: test-hg.sh: help user correlate verbose output with email test X-Git-Tag: v1.9-rc0~87^2~1 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=b2bff43170d052cf3a0ecc69dd03c0467b5782d0;p=git.git test-hg.sh: help user correlate verbose output with email test It's hard to tell which author conversion test failed when the email addresses look similar. Signed-off-by: Richard Hansen Reviewed-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index eb72db8b6d..642ad938cd 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -206,16 +206,16 @@ test_expect_success 'authors' ' >../expected && author_test alpha "" "H G Wells " && - author_test beta "test" "test " && - author_test gamma "test (comment)" "test " && - author_test delta "" "Unknown " && - author_test epsilon "name" "name " && - author_test zeta "name " && - author_test eta " test " "test " && - author_test theta "test < test@example.com >" "test " && - author_test iota "test >test@example.com>" "test " && - author_test kappa "test < test example com>" "test " && - author_test lambda "test@example.com" "Unknown " + author_test beta "beta" "beta " && + author_test gamma "gamma (comment)" "gamma " && + author_test delta "" "Unknown " && + author_test epsilon "epsilon" "epsilon " && + author_test zeta "zeta " && + author_test eta " eta " "eta " && + author_test theta "theta < test@example.com >" "theta " && + author_test iota "iota >test@example.com>" "iota " && + author_test kappa "kappa < test example com>" "kappa " && + author_test lambda "lambda@example.com" "Unknown " ) && git clone "hg::hgrepo" gitrepo &&