Merge pull request #1031 from weaveworks/disable-checkpoint-in-tests

Disable checkpointing in tests.
This commit is contained in:
Tom Wilkie
2016-02-25 13:52:12 +00:00

View File

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