From 68397cfcedad0a6367a3e008bfde6d54a58702ca Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Fri, 20 Mar 2015 23:44:22 -0400 Subject: [PATCH] bats updates Signed-off-by: Evan Hazlett --- test/integration/helpers.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/helpers.bash b/test/integration/helpers.bash index 038ab18481..efc7d2d63d 100644 --- a/test/integration/helpers.bash +++ b/test/integration/helpers.bash @@ -14,6 +14,8 @@ fi MACHINE_BIN_NAME=docker-machine_$PLATFORM-$ARCH BATS_LOG=${MACHINE_ROOT}/bats.log +truncate -s0 ${BATS_LOG} + teardown() { echo "$BATS_TEST_NAME ----------