All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Andy Lutomirski <luto@amacapital.net>
Cc: Andy Lutomirski <luto@kernel.org>, git@vger.kernel.org
Subject: Re: Feature request: git bisect merge to usable base
Date: Mon, 04 Jan 2016 12:31:44 -0800	[thread overview]
Message-ID: <xmqqa8olnl1r.fsf@gitster.mtv.corp.google.com> (raw)
In-Reply-To: <CALCETrUO2Gx9vRqkGLaGWLsuMs98k5d3PKEPfx3RZf4+fpko4Q@mail.gmail.com> (Andy Lutomirski's message of "Mon, 4 Jan 2016 10:15:11 -0800")

Andy Lutomirski <luto@amacapital.net> writes:

> git bisect run is great, but it's not so great when the test process
> is "sudo make modules_install && sudo make install && reboot", then
> boot new kernel, then run emacs, then see if it worked...  There
> doesn't appear to be a 'git bisect run' option to pause and wait for
> an explicit user request to continue, unfortunately.

That is expected to be part of your run script, as that is a custom
and specialized need your bisection has.

It still will not work when the test procedure involves rebooting,
but "git bisect" does not require you to install and reboot the same
machine you are running the bisection on, i.e. the test process
could be "build && scp there && ssh there reboot && see if comes up"
;-)

  reply	other threads:[~2016-01-04 20:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30 10:40 Feature request: git bisect merge to usable base Andy Lutomirski
2015-12-30 18:54 ` Christian Couder
2015-12-30 20:09 ` Junio C Hamano
2016-01-04 18:15   ` Andy Lutomirski
2016-01-04 20:31     ` Junio C Hamano [this message]
2016-01-04 22:20       ` Andy Lutomirski
2016-01-04 22:38         ` Junio C Hamano

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=xmqqa8olnl1r.fsf@gitster.mtv.corp.google.com \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=luto@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.