Browse code

Correct log message

Signed-off-by: Christopher Crone <christopher.crone@docker.com>

Christopher Crone authored on 2017/09/13 18:30:52
Showing 1 changed files
... ...
@@ -10,6 +10,6 @@ echo "Run integration/container tests"
10 10
 cd /tests/integration/container
11 11
 ./test.main -test.v
12 12
 
13
-echo "Run integration-cli DockerSuite tests"
13
+echo "Run integration-cli tests (DockerSuite, DockerNetworkSuite)"
14 14
 cd /tests/integration-cli
15 15
 ./test.main -test.v -check.v -check.f "DockerSuite|DockerNetworkSuite"