From 5f0b24e3715fbcbd4c21abe26100cf1f4ee2c3b9 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 25 Feb 2016 09:37:03 +0000 Subject: [PATCH] Disable checkpointing in tests. --- integration/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/config.sh b/integration/config.sh index f253428109..53710077ff 100644 --- a/integration/config.sh +++ b/integration/config.sh @@ -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() {