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 <rhansen@bbn.com> Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 962df3d commit b2bff43

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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 <wells@example.com>" &&
209-
author_test beta "test" "test <unknown>" &&
210-
author_test gamma "test <test@example.com> (comment)" "test <test@example.com>" &&
211-
author_test delta "<test@example.com>" "Unknown <test@example.com>" &&
212-
author_test epsilon "name<test@example.com>" "name <test@example.com>" &&
213-
author_test zeta "name <test@example.com" "name <test@example.com>" &&
214-
author_test eta " test " "test <unknown>" &&
215-
author_test theta "test < test@example.com >" "test <test@example.com>" &&
216-
author_test iota "test >test@example.com>" "test <test@example.com>" &&
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 <test@example.com> (comment)" "gamma <test@example.com>" &&
211+
author_test delta "<delta@example.com>" "Unknown <delta@example.com>" &&
212+
author_test epsilon "epsilon<test@example.com>" "epsilon <test@example.com>" &&
213+
author_test zeta "zeta <test@example.com" "zeta <test@example.com>" &&
214+
author_test eta " eta " "eta <unknown>" &&
215+
author_test theta "theta < test@example.com >" "theta <test@example.com>" &&
216+
author_test iota "iota >test@example.com>" "iota <test@example.com>" &&
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)