Skip to content

Commit

Permalink
Merge pull request #105 from grahamc/patch-1
Browse files Browse the repository at this point in the history
Expand documentation around run-time switches.
  • Loading branch information
fnichol committed May 10, 2013
2 parents 8ee8d01 + be71f19 commit 6203325
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,17 @@ your tests in parallel. Trust us, it's faster!

$ bundle exec kitchen test

### Helpful Switches

- `--destroy=always|passed|never`
- `passed` (default): destroy the machine after a successful test
run (which implies passing tests.)
- `never`: Never clean up builds, even if they pass or fail.
- `always`: Regardless of the success or failure of the build,
destroy the machine.
- `--log-level=debug|info|warn|error|fatal` - Set the log-level of
the entire stack, including the chef-solo run.

## The Kitchen YAML format

Test-Kitchen reads its configuration from the .kitchen.yml
Expand Down

0 comments on commit 6203325

Please sign in to comment.