diff --git a/test/integration/test_runner.sh b/test/integration/test_runner.sh index faedb97a89..ed367961ed 100755 --- a/test/integration/test_runner.sh +++ b/test/integration/test_runner.sh @@ -47,4 +47,4 @@ execute docker rm -f "$id" > /dev/null export DOCKER_BINARY="${tmp}/docker" # Run the tests. -execute time bats -p $TESTS +execute time bats --tap $TESTS