Skip to content

Commit

Permalink
Merge pull request #1031 from weaveworks/disable-checkpoint-in-tests
Browse files Browse the repository at this point in the history
Disable checkpointing in tests.
  • Loading branch information
tomwilkie committed Feb 25, 2016
2 parents 9fa3b19 + 5f0b24e commit 1bfbf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1bfbf67

Please sign in to comment.