summaryrefslogtreecommitdiff
path: root/tools/build_test_env.sh
Commit message (Expand)AuthorAgeFilesLines
* don't suppress docker's standard errorRichard Hansen2016-01-311-4/+4
* wait for the docker container to stop before removing itRichard Hansen2016-01-311-1/+5
* use 'docker stop' instead of 'docker kill'Richard Hansen2016-01-311-2/+2
* add more log messagesRichard Hansen2016-01-311-1/+15
* define a testcase() function; use it for testsRichard Hansen2016-01-311-0/+7
* use ${CONFIG} instead of repeating the filenameRichard Hansen2016-01-311-2/+2
* fix usage error messageRichard Hansen2016-01-311-1/+3
* improve error handlingRichard Hansen2016-01-311-11/+16
* convert scripts to POSIX shell by eliminating bashismsRichard Hansen2016-01-311-3/+3
* quote underquoted variable expansionsRichard Hansen2016-01-311-6/+6
* convert $GITLAB to a functionRichard Hansen2016-01-311-1/+1
* convert $OK to a functionRichard Hansen2016-01-311-1/+1
* only run deactivate if it existsRichard Hansen2016-01-311-1/+1
* ensure that cleanup() runs if terminated by the userRichard Hansen2016-01-311-0/+1
* check if docker container is up when waiting for gitlabRichard Hansen2016-01-311-1/+3
* error out if required utilities aren't installedRichard Hansen2016-01-311-0/+9
* use the log functions for errors and status messagesRichard Hansen2016-01-311-6/+5
* add logging and error handling helper functionsRichard Hansen2016-01-311-0/+11
* compact some case statementsRichard Hansen2016-01-311-8/+3
* move common code to build_test_env.shRichard Hansen2016-01-311-0/+21
* wrap long linesRichard Hansen2016-01-311-3/+6
* increase the timeout value for testsGauvain Pocentek2016-01-231-1/+1
* use a custom docker image for testsGauvain Pocentek2016-01-231-1/+1
* Add a script to build a test envGauvain Pocentek2016-01-101-0/+73