]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/steps/bisect-run.sh
continuous: Reset linux sources in the bisect-run script
[can-benchmark.git] / continuous / steps / bisect-run.sh
1 #!/bin/sh
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 cd ../tests
14 timeout 30s ./kernelgw || ( echo Returned $?; exit 1 )