From: John Tapsell <johnflux@gmail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Junio C Hamano <gitster@pobox.com>,
Nanako Shiraishi <nanako3@lavabit.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: bisect run, was Re: More git bisect modes
Date: Thu, 5 Mar 2009 11:18:08 +0000 [thread overview]
Message-ID: <43d8ce650903050318g6ab81e6es9869b9f526c5eb24@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0903051207480.6524@intel-tinevez-2-302>
2009/3/5 Johannes Schindelin <Johannes.Schindelin@gmx.de>:
> Hi,
>
> On Thu, 5 Mar 2009, Junio C Hamano wrote:
>
>> [...] personally I never felt the need for "run" to work without any bad
>> one, as the first few rounds would almost always end up to be a
>> debugging session of the run script for me, as in:
>>
>> ... oh, somebody broke this somewhere ...
>> ... write a validate script ...
>> $ edit runme ; chmod +x runme
>> $ ./runme
>> ... yeah, it is broken and runme script detects breakage
>> $ git checkout HEAD~200
>> $ ./runme
>> ... ok, it used to work here and runme exits Ok
>> $ git bisect good
>> $ git bisect bad @{-1}
>> $ ./runme
>> ... ok, runme script appears to be ok
>> $ git bisect run ./runme
>
> That reminds me of a personal gripe with "bisect run": You cannot use it
> like this:
>
> $ git bisect run 'make test'
>
> as it interprets 'make test' as a name of an executable. That makes
> 'bisect run' rather less useful to me.
A very quick test seems to show that:
$ git bisect run make test
Works as you want. Maybe a quick example of this could be added to
the man page.
>
> Ciao,
> Dscho
>
>
next prev parent reply other threads:[~2009-03-05 11:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-05 9:49 More git bisect modes John Tapsell
2009-03-05 10:05 ` Nanako Shiraishi
2009-03-05 10:17 ` John Tapsell
2009-03-05 10:31 ` Junio C Hamano
2009-03-05 11:09 ` bisect run, was " Johannes Schindelin
2009-03-05 11:18 ` John Tapsell [this message]
2009-03-05 11:31 ` Johannes Schindelin
2009-03-05 20:59 ` Christian Couder
2009-03-05 20:53 ` Christian Couder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43d8ce650903050318g6ab81e6es9869b9f526c5eb24@mail.gmail.com \
--to=johnflux@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=nanako3@lavabit.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).