From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id DB6071FBB0 for ; Fri, 2 Sep 2016 16:36:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932642AbcIBQgf (ORCPT ); Fri, 2 Sep 2016 12:36:35 -0400 Received: from mx2.imag.fr ([129.88.30.17]:53591 "EHLO mx2.imag.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932554AbcIBQge (ORCPT ); Fri, 2 Sep 2016 12:36:34 -0400 Received: from clopinette.imag.fr (clopinette.imag.fr [129.88.34.215]) by mx2.imag.fr (8.13.8/8.13.8) with ESMTP id u82GaF3I025939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 2 Sep 2016 18:36:15 +0200 Received: from anie (anie.imag.fr [129.88.42.32]) by clopinette.imag.fr (8.13.8/8.13.8) with ESMTP id u82GaHSf019037; Fri, 2 Sep 2016 18:36:17 +0200 From: Matthieu Moy To: Johannes Schindelin Cc: =?iso-8859-1?Q?=C6var_Arnfj=F6r=F0?= Bjarmason , Jeff King , Git , Junio C Hamano Subject: Re: [PATCH v2] t/Makefile: add a rule to re-run previously-failed tests References: <0dfa96b17edfe84ba19c7e57fe0b017c77943e0c.1472478285.git.johannes.schindelin@gmx.de> <20160830205151.k6ufhfzl6gh4uuog@sigill.intra.peff.net> Date: Fri, 02 Sep 2016 18:36:17 +0200 In-Reply-To: (Johannes Schindelin's message of "Fri, 2 Sep 2016 14:08:06 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (mx2.imag.fr [129.88.30.17]); Fri, 02 Sep 2016 18:36:16 +0200 (CEST) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: u82GaF3I025939 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: matthieu.moy@grenoble-inp.fr MailScanner-NULL-Check: 1473438981.07827@SYHWiGeyyrMiJXqLLkdlLw Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > Hi Ævar, > > On Fri, 2 Sep 2016, Ævar Arnfjörð Bjarmason wrote: > >> On Wed, Aug 31, 2016 at 5:05 PM, Johannes Schindelin >> wrote: >> >> > The biggest problem with Strawberry Perl is that it is virtually >> > impossible to build the Subversion-Perl bindings using the Git for >> > Windows SDK when using Strawberry Perl. >> > >> > Which pretty much precludes it from being used in Git for Windows. >> > >> > And then there are the path issues... Git's Perl scripts are pretty >> > certain that they live in a POSIX-y environment. Which MSYS2 Perl >> > provides. Strawberry Perl not. >> >> This might be me missing the point, and I'm really just trying to be >> helpful here and make "prove" work for you because it's awesome, but >> as far as just you running this for development purposes does any of >> this SVN stuff matter? I.e. you can build Git itself not with >> Strawberry, but just use Strawberry to get a working copy of "prove". > > Yes, the SVN stuff matters, because of the many t9*svn* tests (which, BTW > take a substantial time to run). So if I run the test suite, I better do > it with a perl.exe in the PATH that can run the SVN tests. Otherwise I > might just as well not bother with running the entire test suite... Maybe something like \path\to\strawberry-perl\perl.exe \path\to\prove ... without changing the PATH would work. I wouldn't call that convenient though. -- Matthieu Moy http://www-verimag.imag.fr/~moy/