Skip to content

Commit

Permalink
Merge pull request #134 from ekohl/fix-readme
Browse files Browse the repository at this point in the history
Correct BEAKER_debug text that it respects no
  • Loading branch information
bastelfreak committed Nov 6, 2023
2 parents 5dbecd2 + 4f03ff4 commit cbc6bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd .vagrant/beaker_vagrant_files/default.yml ; vagrant destroy --force
### Supported ENV variables

* `BEAKER_color`: set to `no` to disable color output
* `BEAKER_debug`: set to any value to enable beaker debug logging
* `BEAKER_debug`: set to any value other than `no` to enable beaker debug logging
* `BEAKER_destroy`: set to `no` to keep the VMs after the test run. Set to `onpass` to keep the VMs around only after a test failure.
* `BEAKER_keyfile`: specify alternate SSH key to access the test VMs
* `BEAKER_options_file`: set to the file path of the options file to be used as the default options for beaker. Equivalent to the `--options-file` parameter.
Expand Down

0 comments on commit cbc6bf1

Please sign in to comment.