+--without-python
authorlace <>
Tue, 7 Dec 2010 02:30:01 +0000 (02:30 +0000)
committerlace <>
Tue, 7 Dec 2010 02:30:01 +0000 (02:30 +0000)
+--disable-plugins

bin/git-bisect-run

index 6268f4b..ae225fc 100755 (executable)
@@ -6,7 +6,7 @@ test -n "$*"
 trap 'git reset --hard;git clean -df;exit 125' EXIT
 git reset --hard
 git clean -df
-errs12 -s --fast --disable-werror
+errs12 -s --fast --disable-werror --without-python --disable-plugins
 trap '' EXIT
 set +e
 "$@"