X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fgit-bisect-run;h=2e12e2f28d6baaac5eb83957110632445b1c0f7f;hp=ae225fc31882a5f624815b6cee4f79fc60e69419;hb=d69ba1fd889485703a9f9f16b36a389fd46c080c;hpb=b34a67ecb15129642f137f28848a28be6e3110b7;ds=sidebyside diff --git a/bin/git-bisect-run b/bin/git-bisect-run index ae225fc..2e12e2f 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -3,16 +3,19 @@ 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 clean -df -errs12 -s --fast --disable-werror --without-python --disable-plugins trap '' EXIT set +e "$@" rc=$? set -e #git reset --hard -#git clean -df +#git clean -dfx echo rc=$rc exit $rc