Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve log header/footer separation. | Michael Drake | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | Add log footer. | Michael Drake | 2015-09-16 | 1 | -0/+4 |
| | |||||
* | set -e in test runner so if curl fails we stop | Richard Maw | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | Quote subshell expansion | Richard Maw | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | test runner: log stderr to stdout | Richard Maw | 2015-09-16 | 1 | -1/+1 |
| | | | | | Otherwise since they get buffered differently, the output ends up jumbled in the BuildBot logs. | ||||
* | Strip out logging to file | Richard Maw | 2015-09-16 | 1 | -8/+7 |
| | | | | We need to log to the terminal, or BuildBot will kill us. | ||||
* | Improve shell stuff with review from Richard Maw. | Michael Drake | 2015-09-16 | 1 | -7/+7 |
| | |||||
* | Provide usage and example comment. | Michael Drake | 2015-09-11 | 1 | -0/+6 |
| | |||||
* | Delete image once its been tested. | Michael Drake | 2015-09-11 | 1 | -0/+4 |
| | |||||
* | Allow selection of testing backend. | Michael Drake | 2015-09-11 | 1 | -17/+9 |
| | |||||
* | Add test runner. | Michael Drake | 2015-09-11 | 1 | -0/+31 |