Skip to content

Commit

Permalink
Merge pull request #5736 from kubernetes/medyagh-patch-1
Browse files Browse the repository at this point in the history
Fix typo in integration test readme
  • Loading branch information
tstromberg authored Oct 25, 2019
2 parents 991d84e + 87c36a2 commit b2b711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run all tests from the minikube root directory:

Run a single test on an active cluster:

`make integration -e TEST_ARGS="-test.v -test.run TestFunctional/parallel/MountCmd --profile=minikube --cleanup=false"`
`make integration -e TEST_ARGS="-test.run TestFunctional/parallel/MountCmd --profile=minikube --cleanup=false"`

WARNING: For this to work repeatedly, the test must be written so that it cleans up after itself.

Expand Down

0 comments on commit b2b711f

Please sign in to comment.