From 6c8578bda57a9ddb9d9efd135f4177dbd38fb7d4 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 11 Aug 2015 11:38:25 -0700 Subject: [PATCH] udpate bats display in janky Signed-off-by: Victor Vieux --- test/integration/test_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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