X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fgit-bisect-run;h=a7c48abc2b14e870ef969adc10a6ece3c0627446;hp=3af98cc17f3e80b6a5c696e6eae00ee03ef9ec12;hb=14622f25bcaffc72404bcd9f51b0ac602c08ef62;hpb=9261c15af132a6cdc380f6bae89cdc8e35171391;ds=sidebyside diff --git a/bin/git-bisect-run b/bin/git-bisect-run index 3af98cc..a7c48ab 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -7,7 +7,7 @@ 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-werror --without-python --disable-plugins $(: echo --disable-gdbserver) --disable-gold #errs12 -s --fast --disable-gold git reset --hard trap '' EXIT @@ -15,7 +15,7 @@ set +e "$@" rc=$? set -e -#git reset --hard +git reset --hard #git clean -dfx echo rc=$rc exit $rc