X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fgit-bisect-run;h=ae225fc31882a5f624815b6cee4f79fc60e69419;hp=cb8436aec5b571a90fe394fc046c62d7e661e072;hb=b34a67ecb15129642f137f28848a28be6e3110b7;hpb=49901b089cf7412edccf21204ab3bb81c87e1219 diff --git a/bin/git-bisect-run b/bin/git-bisect-run index cb8436a..ae225fc 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -3,16 +3,16 @@ set -ex test -n "$*" -trap 'git reset --hard;git clean -df;exit 200' EXIT +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 "$@" rc=$? set -e -git reset --hard -git clean -df +#git reset --hard +#git clean -df echo rc=$rc exit $rc