From: Jan Kratochvil Date: Wed, 31 Jul 2013 15:27:27 +0000 (+0200) Subject: git-bisect-run: X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=14622f25bcaffc72404bcd9f51b0ac602c08ef62 git-bisect-run: ---disable-gdbserver +git reset --hard --- diff --git a/bin/git-bisect-run b/bin/git-bisect-run index 3af98cc..a7c48ab 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -7,7 +7,7 @@ trap 'sleep 0;git reset --hard;git clean -dfx;exit 125' EXIT git reset --hard git clean -dfx # patch -p1 <~/t/bisect.patch || : -errs12 -s --fast --disable-werror --without-python --disable-plugins --disable-gdbserver --disable-gold +errs12 -s --fast --disable-werror --without-python --disable-plugins $(: echo --disable-gdbserver) --disable-gold #errs12 -s --fast --disable-gold git reset --hard trap '' EXIT @@ -15,7 +15,7 @@ set +e "$@" rc=$? set -e -#git reset --hard +git reset --hard #git clean -dfx echo rc=$rc exit $rc