From dc7f5a3374014b178414d75c09b9484403f186cc Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 8 Sep 2017 10:58:30 +0200 Subject: [PATCH] Change bisect-run script --- continuous/steps/bisect-run.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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) -- 2.39.2