X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fgit-bisect-run;h=ae225fc31882a5f624815b6cee4f79fc60e69419;hp=644a9d51cbac90c2245d438eccd14889bbc0ee2b;hb=4d8571d4d1a0eb87361c7b37c673719c7f93db4a;hpb=ee234d98a1db938a2dcaa5c7c28edbf6c2c6919e diff --git a/bin/git-bisect-run b/bin/git-bisect-run index 644a9d5..ae225fc 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -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