Correct log message

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2017-09-13 11:30:52 +02:00
parent 85431566a8
commit 5eab08930c
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ echo "Run integration/container tests"
cd /tests/integration/container
./test.main -test.v
echo "Run integration-cli DockerSuite tests"
echo "Run integration-cli tests (DockerSuite, DockerNetworkSuite)"
cd /tests/integration-cli
./test.main -test.v -check.v -check.f "DockerSuite|DockerNetworkSuite"