summaryrefslogtreecommitdiff
path: root/test-runner.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add log footer.Michael Drake2015-09-161-0/+4
|
* set -e in test runner so if curl fails we stopRichard Maw2015-09-161-0/+2
|
* Quote subshell expansionRichard Maw2015-09-161-1/+1
|
* test runner: log stderr to stdoutRichard Maw2015-09-161-1/+1
| | | | | Otherwise since they get buffered differently, the output ends up jumbled in the BuildBot logs.
* Strip out logging to fileRichard Maw2015-09-161-8/+7
| | | | We need to log to the terminal, or BuildBot will kill us.
* Improve shell stuff with review from Richard Maw.Michael Drake2015-09-161-7/+7
|
* Provide usage and example comment.Michael Drake2015-09-111-0/+6
|
* Delete image once its been tested.Michael Drake2015-09-111-0/+4
|
* Allow selection of testing backend.Michael Drake2015-09-111-17/+9
|
* Add test runner.Michael Drake2015-09-111-0/+31