diff options
| author | Maru Newby <maru@thesprawl.net> | 2017-02-16 22:59:04 -0800 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2017-02-17 00:59:04 -0600 |
| commit | a4a73f930bf11bdc553ee243c764f950b554fc80 (patch) | |
| tree | e5c4cc2f0ee5f0bc2845119fab2951560f1ae00c | |
| parent | 89bebcf12e1e1b1dd48b2090cb6d5ddf9d9fd7b5 (diff) | |
Add package scoping to integration testing example (#375)
| -rw-r--r-- | contributors/devel/testing.md | 2 |
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 |
