From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: t9902 fails Date: Fri, 18 Jan 2013 14:57:24 -0800 Message-ID: <7vlibqp0a3.fsf@alter.siamese.dyndns.org> References: <1358256924-31578-1-git-send-email-pclouds@gmail.com> <7v8v7qsagd.fsf@alter.siamese.dyndns.org> <7vmww6qmck.fsf@alter.siamese.dyndns.org> <201301182323.55378.avila.jn@gmail.com> <7vpq12p17l.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jonathan Nieder , Torsten =?utf-8?Q?B=C3=B6gersha?= =?utf-8?Q?usen?= , Jeff King , git@vger.kernel.org, =?utf-8?B?Tmd1eeG7hW4gVGjDoWkgTmfhu41j?= Duy , Felipe Contreras To: =?utf-8?Q?Jean-No=C3=ABl?= AVILA X-From: git-owner@vger.kernel.org Fri Jan 18 23:58:01 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 1TwKsp-0004Ku-3v for gcvg-git-2@plane.gmane.org; Fri, 18 Jan 2013 23:57:59 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755127Ab3ARW53 convert rfc822-to-quoted-printable (ORCPT ); Fri, 18 Jan 2013 17:57:29 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:52545 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755593Ab3ARW50 convert rfc822-to-8bit (ORCPT ); Fri, 18 Jan 2013 17:57:26 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 3B555B37F; Fri, 18 Jan 2013 17:57:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=UWKvjgLMTjj/ JCozfUaxz9Dr35g=; b=Uw7oDDn578ixQqBPmsap8hi8WWVQ2KNVrLgN+9jZuAyj Au0dRtuuNoi7xpv+W5GtyhP9RQg4ukYcJcNwsYKbYkzB9lRRSD2IF8yHY87esDmC z1DK5OveuBK76im+RsyZZkpRFKpJSlvra4RToy3IMLqIy4gQ8x9QZpJO5jmjQJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=e7jCRm qQmdNyvp0eEE6qdsHaN7KfxI+ioZDNNNQiD/x+EmrxJpRsuyJAc1UIgwYnvSU5gq mo7qKRjew0FRdPfX2cK7reeng+YgvUg1qDMdX77myuC9MDBQvpao7LGJY9kkairz hwdaeafNBDs44Wu2zLJNdGUsBhShPdbYiI6n4= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 2EDEEB37D; Fri, 18 Jan 2013 17:57:26 -0500 (EST) Received: from pobox.com (unknown [98.234.214.94]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B2686B379; Fri, 18 Jan 2013 17:57:25 -0500 (EST) In-Reply-To: <7vpq12p17l.fsf@alter.siamese.dyndns.org> (Junio C. Hamano's message of "Fri, 18 Jan 2013 14:37:18 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 6D2A50B0-61C2-11E2-BC9C-F0CE2E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > "Jean-No=C3=ABl AVILA" writes: > >> Le vendredi 18 janvier 2013 21:15:23, Junio C Hamano a =C3=A9crit : >>> Junio C Hamano writes: >>> > How about doing something like this and set that variable in the >>> > test instead? If STD_ONLY is not set, you will get everything, b= ut >>> > when STD_ONLY is set, we will stop reading from "help -a" when it >>> > starts listing additional stuff. >> >> I tried both of your propositions but none made test 10 of t9902 pas= s. > > Do you have a leftover git-check-ignore or something from a previous > build that is *not* known to "git" you just built? "... in the build directory" was missing from the sentence. Sorry about noise. > Neither will help in such a case. The test pretty much runs with > GIT_EXEC_PATH set to the build area, and we do want to be able to > test what we have in the build area before we decide to install > them, so that is nothing new.