Merge pull request #916 from 4is2cbetter/fix_test_script

cannot comment on one line command
This commit is contained in:
Victor Vieux 2015-06-11 11:53:22 -07:00
commit 5acddc30b8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ INTEGRATION_IMAGE=${INTEGRATION_IMAGE:-dockerswarm/swarm-test-env}
# Start the integration tests in a Docker container.
ID=$(docker run -d -t --privileged \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \ # this is specific to mesos
-v /sys/fs/cgroup:/sys/fs/cgroup:ro `# this is specific to mesos` \
-v ${SWARM_ROOT}:/go/src/github.com/docker/swarm \
-e "DOCKER_IMAGE=$DOCKER_IMAGE" \
-e "DOCKER_VERSION=$DOCKER_VERSION" \