]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/steps/bisect-run.sh
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / continuous / steps / bisect-run.sh
1 #!/bin/bash
2
3 set -e
4 set -x
5
6 cd $(dirname $0)
7
8 trap "cd $PWD/linux; git reset --hard" 0
9
10 ./11-patch
11 ./20-config
12 ./30-compile
13
14 #cd ../tests
15 #timeout 30s ./kernelgw || ( echo Returned $?; exit 1 )
16
17 timeout 30s sed -e '/Welcome to Buildroot/q0' -e '/Kernel panic/q1' <(../gw-setup/boot)