Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
  • Loading branch information
erictune committed Nov 17, 2014
1 parent 37d2bab commit 65c7970
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ cd kubernetes
hack/e2e-test.sh
```

Pressing control-C should result in an orderly shutdown but if something goes wrong and you still have some VMs running you can force a cleanup with the magical incantation:
Pressing control-C should result in an orderly shutdown but if something goes wrong and you still have some VMs running you can force a cleanup with this command:
```
hack/e2e-test.sh 1 1 1
go run e2e.go --down
```

See the flag definitions in `hack/e2e.go` for more options, such as reusing an existing cluster.

## Testing out flaky tests
[Instructions here](docs/devel/flaky-tests.md)

Expand Down

0 comments on commit 65c7970

Please sign in to comment.