Skip to content

Commit

Permalink
Disable checkpointing in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Feb 25, 2016
1 parent fbe5671 commit 5f0b24e
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 5f0b24e

Please sign in to comment.