]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/steps/bisect-run.sh
continuous: Add script to be used with "git bisect run"
[can-benchmark.git] / continuous / steps / bisect-run.sh
1 #!/bin/sh
2
3 set -e
4 set -x
5
6 cd $(dirname $0)
7 ./11-patch
8 ./20-config
9 ./30-compile
10 cd ../tests
11 timeout 30s ./kernelgw || ( echo Returned $?; exit 1 )