浏览代码

Correct log message

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Christopher Crone 7 年之前
父节点
当前提交
5eab08930c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"