From 414afe084c046365ab599fd07afef292a1efd010 Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Wed, 13 Sep 2017 11:30:52 +0200 Subject: [PATCH] Correct log message Signed-off-by: Christopher Crone Upstream-commit: 5eab08930c9c2d39bb76fd6320e9979b504750a6 Component: engine --- components/engine/hack/test/e2e-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/test/e2e-run.sh b/components/engine/hack/test/e2e-run.sh index 4328837127..0587148fb3 100755 --- a/components/engine/hack/test/e2e-run.sh +++ b/components/engine/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"