+--without-python
[nethome.git] / bin / git-bisect-run
index 644a9d5..ae225fc 100755 (executable)
@@ -2,17 +2,17 @@
 # $Id$
 
 set -ex
-trap 'git reset --hard;git clean -df;exit 200' EXIT
+test -n "$*"
+trap 'git reset --hard;git clean -df;exit 125' EXIT
 git reset --hard
 git clean -df
-errs1 -s --fast --disable-werror
-errs2
+errs12 -s --fast --disable-werror --without-python --disable-plugins
 trap '' EXIT
 set +e
 "$@" 
 rc=$?
 set -e
-git reset --hard
-git clean -df
+#git reset --hard
+#git clean -df
 echo rc=$rc
 exit $rc