summaryrefslogtreecommitdiff
path: root/hack/make
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2022-06-22 23:22:43 +0200
committerGitHub <noreply@github.com>2022-06-22 23:22:43 +0200
commit58e1f8d0b5929ae76cbf351f9d46549c1e89e79d (patch)
treebdb28a50a9284391ee2e4045d0e74e51e3f5307e /hack/make
parent08615395719ca310693f92f7bc33c7c3ffe0ab09 (diff)
parent15716fc9aeeb6cfe0646bd33b57b6c10723845c3 (diff)
downloaddocker-58e1f8d0b5929ae76cbf351f9d46549c1e89e79d.tar.gz
Merge pull request #43682 from crazy-max/split-test-suites
ci(integration-cli): split test suites in a matrix
Diffstat (limited to 'hack/make')
-rw-r--r--hack/make/.integration-test-helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/make/.integration-test-helpers b/hack/make/.integration-test-helpers
index cd17e6354d..b8b4896ef4 100644
--- a/hack/make/.integration-test-helpers
+++ b/hack/make/.integration-test-helpers
@@ -3,7 +3,7 @@
# For integration-cli test, we use [gocheck](https://labix.org/gocheck), if you want
# to run certain tests on your local host, you should run with command:
#
-# TESTFLAGS='-test.run TestDockerSuite/TestBuild*' ./hack/make.sh binary test-integration
+# TESTFLAGS='-test.run TestDockerCLIBuildSuite' ./hack/make.sh binary test-integration
#
if [ -z "${MAKEDIR}" ]; then