b922192
1
2
3
4
5
6
7
#!/bin/sh # usage: git bisect run bin/test-for-bisect cd ${buildout:directory} bin/buildout -o && bin/test && exit 0 || exit 1