Bläddra i källkod

Correct log message

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Christopher Crone 7 år sedan
förälder
incheckning
5eab08930c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      hack/test/e2e-run.sh

+ 1 - 1
hack/test/e2e-run.sh

@@ -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"