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=-4.1 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 5C9A820986 for ; Wed, 19 Oct 2016 22:38:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbcJSWio (ORCPT ); Wed, 19 Oct 2016 18:38:44 -0400 Received: from cloud.peff.net ([104.130.231.41]:59756 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbcJSWin (ORCPT ); Wed, 19 Oct 2016 18:38:43 -0400 Received: (qmail 24400 invoked by uid 109); 19 Oct 2016 22:38:43 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Wed, 19 Oct 2016 22:38:43 +0000 Received: (qmail 18696 invoked by uid 111); 19 Oct 2016 22:39:04 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Wed, 19 Oct 2016 18:39:04 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 19 Oct 2016 18:38:40 -0400 Date: Wed, 19 Oct 2016 18:38:40 -0400 From: Jeff King To: Junio C Hamano Cc: Jan Keromnes , git@vger.kernel.org Subject: Re: [regression] `make profile-install` fails in 2.10.1 Message-ID: <20161019223840.j3lvfswazuozxkjo@sigill.intra.peff.net> References: <20161019210519.ubk5q54rrvbafch7@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Oct 19, 2016 at 03:30:44PM -0700, Junio C Hamano wrote: > > Ouch. Thanks for a reminder. How about doing this for now? > > And the hack I used to quickly test it looks like this: > > $ cd t > $ GIT_I_AM_INSANE=Yes sh ./t3700-add.sh > > We may want a more general > > GIT_OVERRIDE_PREREQ='!SANITY,!POSIXPERM,MINGW' make test > > or something like that, though. I don't think I've ever wanted to do that myself, but I can see how it might be useful (e.g., claiming we don't support symlinks is another one). I usually just try to recreate the actual environment (e.g., run the tests as root, run them on a loopback case-insensitive fs, etc) as that gives a more realistic recreation. -Peff