summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crickenberger <spiffxp@gmail.com>2016-03-23 12:14:54 -0700
committerAaron Crickenberger <spiffxp@gmail.com>2016-03-23 12:14:54 -0700
commit91a6c5e96daf908c3a6be4d0147061014001b2ea (patch)
tree8d492da1bab38d7d956e2a86f6aef352f7828f35
parenta9d113c4b25c0283d3836e59cc7df4a3634ca316 (diff)
Fix typo
-rw-r--r--e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index 5d23bc9a..175c323b 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -221,7 +221,7 @@ Conformance tests are designed to be run with no cloud provider configured. Con
```sh
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig
-export KUBE_CONFORMANCE_TEST=y
+export KUBERNETES_CONFORMANCE_TEST=y
# run all conformance tests
go run hack/e2e.go -v --test_args="--ginkgo.focus=\[Conformance\]"