Disable checkpointing in tests.

This commit is contained in:
Tom Wilkie
2016-02-25 09:37:03 +00:00
parent fbe567187a
commit 5f0b24e371

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() {