From 14622f25bcaffc72404bcd9f51b0ac602c08ef62 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 31 Jul 2013 17:27:27 +0200 Subject: [PATCH] git-bisect-run: ---disable-gdbserver +git reset --hard --- bin/git-bisect-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1