From a4a73f930bf11bdc553ee243c764f950b554fc80 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 16 Feb 2017 22:59:04 -0800 Subject: Add package scoping to integration testing example (#375) --- contributors/devel/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3