Merge pull request #1145 from vieux/better_bats_display

udpate bats display in janky
This commit is contained in:
Chanwit Kaewkasi
2015-08-11 14:47:19 -04:00

View File

@@ -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