diff options
| author | Maciej Kwiek <maciej.iai@gmail.com> | 2016-11-23 10:52:04 +0100 |
|---|---|---|
| committer | Maciej Kwiek <maciej.iai@gmail.com> | 2016-11-23 10:52:04 +0100 |
| commit | a08221e389ee026a516c01a4d0e6a275a996a68c (patch) | |
| tree | 5bab0c2e5311be001a70e9d76f7d9e4086930c6c | |
| parent | b682c74db52752d666e01d3b13f5f7635f58bb74 (diff) | |
Fix typo in e2e tests doc
| -rw-r--r-- | e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md index 03efcb66..fc8f1995 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -104,7 +104,7 @@ go run hack/e2e.go -v --test --test_args="--ginkgo.skip=Pods.*env" GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\]" # Run tests in parallel, skip any that must be run serially and keep the test namespace if test failed -GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\] --delete-namespace-on-falure=false" +GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\] --delete-namespace-on-failure=false" # Flags can be combined, and their actions will take place in this order: # --build, --up, --test, --down |
