diff options
| author | Guangya Liu <gyliu513@gmail.com> | 2017-05-10 11:35:04 +0800 |
|---|---|---|
| committer | Guangya Liu <gyliu513@gmail.com> | 2017-05-10 11:35:04 +0800 |
| commit | fd013a120734bae915717b8d6cabebb67e831529 (patch) | |
| tree | 6cf6e462327cac82d6ff6332aba5e7f198132c37 | |
| parent | ea894bc8f71759c788c68b2a3d57b53b24b48f40 (diff) | |
Minor update for testing.md.
1) Remove the blank space between "test-" and "integration".
2) Make the description more clear for "Run a specific integration test".
| -rw-r--r-- | contributors/devel/testing.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md index 9025225d..2d096728 100644 --- a/contributors/devel/testing.md +++ b/contributors/devel/testing.md @@ -197,9 +197,8 @@ for those internal etcd instances with the `TEST_ETCD_DIR` environment variable. The integration tests are run using `make test-integration`. The Kubernetes integration tests are writting using the normal golang testing -package but expect to have a running etcd instance to connect to. The `test- -integration.sh` script wraps `make test` and sets up an etcd instance -for the integration tests to use. +package but expect to have a running etcd instance to connect to. The `test-integration.sh` +script wraps `make test` and sets up an etcd instance for the integration tests to use. ```sh make test-integration # Run all integration tests. @@ -210,8 +209,8 @@ This script runs the golang tests in package ### Run a specific integration test -You can also use the `KUBE_TEST_ARGS` environment variable with the `hack/test-integration.sh` -script to run a specific integration test case: +You can also use the `KUBE_TEST_ARGS` environment variable with the `make test-integration` +to run a specific integration test case: ```sh # Run integration test TestPodUpdateActiveDeadlineSeconds with the verbose flag set. |
