> On 22 May 2016, at 19:21, Pranit Bauva <pranit.bauva@xxxxxxxxx> wrote: > > Hey Lars, > > On Sun, May 22, 2016 at 4:30 PM, <larsxschneider@xxxxxxxxx> wrote: >> From: Lars Schneider <larsxschneider@xxxxxxxxx> >> ... >> + >> +# >> +# Run Git bisect >> +# >> +run_bisect () { >> + TEST_SCRIPT=$1 >> + BAD_REV=$2 >> + GOOD_RV=$3 >> + TMPDIR=$(mktemp -d -t "ci-report-bisect-XXXXXX" 2>/dev/null) >> + cat > "$TMPDIR/bisect-run.sh" <<EOF > > If you are doing a re-roll, then you could probably fix the style issue. > ' cat >"$TMPDIR..." ' Good eye :-) I will fix this, too. Thank you, Lars -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html