Don't checkpoint weave during integration tests.

This commit is contained in:
Tom Wilkie
2016-05-16 15:10:43 +01:00
parent 4177f4e84f
commit 2113795b9e

View File

@@ -23,7 +23,7 @@ weave_on() {
local host=$1
shift 1
[ -z "$DEBUG" ] || greyly echo "Weave on $host: $@" >&2
DOCKER_HOST=tcp://$host:$DOCKER_PORT $WEAVE "$@"
DOCKER_HOST=tcp://$host:$DOCKER_PORT CHECKPOINT_DISABLE=true $WEAVE "$@"
}
scope_end_suite() {