X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fgit-bisect-run;h=a7c48abc2b14e870ef969adc10a6ece3c0627446;hp=2e12e2f28d6baaac5eb83957110632445b1c0f7f;hb=cbe38aac1a2fbde6d16d0720655d6a5adc3d07b1;hpb=d69ba1fd889485703a9f9f16b36a389fd46c080c diff --git a/bin/git-bisect-run b/bin/git-bisect-run index 2e12e2f..a7c48ab 100755 --- a/bin/git-bisect-run +++ b/bin/git-bisect-run @@ -1,5 +1,5 @@ #! /bin/sh -# $Id$ +# $Id: git-bisect-run,v 1.3 2010/01/23 00:14:18 jkratoch Exp $ set -ex test -n "$*" @@ -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