summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md
index 85bafe4b..9025225d 100644
--- a/contributors/devel/testing.md
+++ b/contributors/devel/testing.md
@@ -215,7 +215,7 @@ script to run a specific integration test case:
```sh
# Run integration test TestPodUpdateActiveDeadlineSeconds with the verbose flag set.
-make test-integration KUBE_GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"
+make test-integration WHAT=./test/integration/pods KUBE_GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"
```
If you set `KUBE_TEST_ARGS`, the test case will be run with only the `v1` API