update
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 6 Nov 2011 15:32:02 +0000 (16:32 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 6 Nov 2011 15:32:02 +0000 (16:32 +0100)
bin/git-bisect-run

index ae225fc..2e12e2f 100755 (executable)
@@ -3,16 +3,19 @@
 
 set -ex
 test -n "$*"
 
 set -ex
 test -n "$*"
-trap 'git reset --hard;git clean -df;exit 125' EXIT
+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-gold
 git reset --hard
 git reset --hard
-git clean -df
-errs12 -s --fast --disable-werror --without-python --disable-plugins
 trap '' EXIT
 set +e
 "$@" 
 rc=$?
 set -e
 #git reset --hard
 trap '' EXIT
 set +e
 "$@" 
 rc=$?
 set -e
 #git reset --hard
-#git clean -df
+#git clean -dfx
 echo rc=$rc
 exit $rc
 echo rc=$rc
 exit $rc