From: Michal Sojka Date: Fri, 8 Sep 2017 08:58:30 +0000 (+0200) Subject: Change bisect-run script X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/dc7f5a3374014b178414d75c09b9484403f186cc?ds=sidebyside Change bisect-run script --- diff --git a/continuous/steps/bisect-run.sh b/continuous/steps/bisect-run.sh index 2785abd..2e3372d 100755 --- a/continuous/steps/bisect-run.sh +++ b/continuous/steps/bisect-run.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e set -x @@ -10,5 +10,8 @@ trap "cd $PWD/linux; git reset --hard" 0 ./11-patch ./20-config ./30-compile -cd ../tests -timeout 30s ./kernelgw || ( echo Returned $?; exit 1 ) + +#cd ../tests +#timeout 30s ./kernelgw || ( echo Returned $?; exit 1 ) + +timeout 30s sed -e '/Welcome to Buildroot/q0' -e '/Kernel panic/q1' <(../gw-setup/boot)