Browse Source

Correct log message

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Christopher Crone 8 năm trước cách đây
mục cha
commit
5eab08930c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"