From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Hansen Subject: [PATCH 6/7] test-hg.sh: help user correlate verbose output with email test Date: Sun, 10 Nov 2013 23:05:11 -0500 Message-ID: <1384142712-2936-7-git-send-email-rhansen@bbn.com> References: <1384142712-2936-1-git-send-email-rhansen@bbn.com> Cc: felipe.contreras@gmail.com, Richard Hansen To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Nov 11 05:08:21 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VfinS-0004V7-2c for gcvg-git-2@plane.gmane.org; Mon, 11 Nov 2013 05:08:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752568Ab3KKEIO (ORCPT ); Sun, 10 Nov 2013 23:08:14 -0500 Received: from smtp.bbn.com ([128.33.0.80]:49759 "EHLO smtp.bbn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892Ab3KKEIM (ORCPT ); Sun, 10 Nov 2013 23:08:12 -0500 Received: from socket.bbn.com ([192.1.120.102]:57646) by smtp.bbn.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1VfinM-0004e3-0W; Sun, 10 Nov 2013 23:08:12 -0500 X-Submitted: to socket.bbn.com (Postfix) with ESMTPSA id 575183FF72 X-Mailer: git-send-email 1.8.5.rc1.207.gc17dd22 In-Reply-To: <1384142712-2936-1-git-send-email-rhansen@bbn.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: It's hard to tell which author conversion test failed when the email addresses look similar. Signed-off-by: Richard Hansen --- contrib/remote-helpers/test-hg.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 84c67ff..5eda265 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -209,16 +209,16 @@ test_expect_success 'authors' ' >../expected && author_test alpha "" "H G Wells " && - author_test beta "test" "test " && - author_test beta "test (comment)" "test " && - author_test gamma "" "Unknown " && - author_test delta "name" "name " && - author_test epsilon "name " && - author_test zeta " test " "test " && - author_test eta "test < test@example.com >" "test " && - author_test theta "test >test@example.com>" "test " && - author_test iota "test < test example com>" "test " && - author_test kappa "test@example.com" "Unknown " + author_test beta "beta" "beta " && + author_test beta "beta (comment)" "beta " && + author_test gamma "" "Unknown " && + author_test delta "delta" "delta " && + author_test epsilon "epsilon " && + author_test zeta " zeta " "zeta " && + author_test eta "eta < test@example.com >" "eta " && + author_test theta "theta >test@example.com>" "theta " && + author_test iota "iota < test example com>" "iota " && + author_test kappa "kappa@example.com" "Unknown " ) && git clone "hg::hgrepo" gitrepo && -- 1.8.5.rc1.207.gc17dd22