git-bisect-run:
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:27:27 +0000 (17:27 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:27:27 +0000 (17:27 +0200)
---disable-gdbserver
+git reset --hard

bin/git-bisect-run

index 3af98cc..a7c48ab 100755 (executable)
@@ -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