Skip to content

Commit b2bff43

Browse files
rhansengitster
authored andcommitted
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 <[email protected]> Reviewed-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 962df3d commit b2bff43

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

contrib/remote-helpers/test-hg.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,16 @@ test_expect_success 'authors' '
206206
207207
>../expected &&
208208
author_test alpha "" "H G Wells <[email protected]>" &&
209-
author_test beta "test" "test <unknown>" &&
210-
author_test gamma "test <[email protected]> (comment)" "test <[email protected]>" &&
211-
author_test delta "<test@example.com>" "Unknown <test@example.com>" &&
212-
author_test epsilon "name<[email protected]>" "name <[email protected]>" &&
213-
author_test zeta "name <[email protected]" "name <[email protected]>" &&
214-
author_test eta " test " "test <unknown>" &&
215-
author_test theta "test < [email protected] >" "test <[email protected]>" &&
216-
author_test iota "test >[email protected]>" "test <[email protected]>" &&
217-
author_test kappa "test < test <at> example <dot> com>" "test <unknown>" &&
218-
author_test lambda "test@example.com" "Unknown <test@example.com>"
209+
author_test beta "beta" "beta <unknown>" &&
210+
author_test gamma "gamma <[email protected]> (comment)" "gamma <[email protected]>" &&
211+
author_test delta "<delta@example.com>" "Unknown <delta@example.com>" &&
212+
author_test epsilon "epsilon<[email protected]>" "epsilon <[email protected]>" &&
213+
author_test zeta "zeta <[email protected]" "zeta <[email protected]>" &&
214+
author_test eta " eta " "eta <unknown>" &&
215+
author_test theta "theta < [email protected] >" "theta <[email protected]>" &&
216+
author_test iota "iota >[email protected]>" "iota <[email protected]>" &&
217+
author_test kappa "kappa < test <at> example <dot> com>" "kappa <unknown>" &&
218+
author_test lambda "lambda@example.com" "Unknown <lambda@example.com>"
219219
) &&
220220
221221
git clone "hg::hgrepo" gitrepo &&

0 commit comments

Comments
 (0)