Skip to content

Commit

Permalink
added -S|--save help option
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Aug 24, 2016
1 parent be61550 commit 9a5549d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Revision history for Test-BrewBuild
- required Perl version now 5.10 from 5.8, due to that limit in
MetaCPAN::Client
- removed Perl 5.8 tests from Travis
- added help entry for the -S|--save option

2.08 2016-06-23
- changed from using HOMEPATH env var to USERPROFILE on Windows, as the
Expand Down
3 changes: 2 additions & 1 deletion lib/Test/BrewBuild.pm
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ Local usage options:
-n | --new How many random versions of perl to install (-1 to install all)
-r | --remove Remove all installed perls (less the current one)
-i | --install Number portion of an available perl version according to "*brew available". Multiple versions can be sent in at once
-S | --save By default, we save only FAIL logs. This will also save the PASS logs
-N | --notest Do not run tests. Allows you to --remove and --install without testing
-l | --legacy Operate on perls < 5.8.x. The default plugins won't work with this flag set if a lower version is installed
Network dispatching options:
Expand All @@ -463,6 +463,7 @@ Special options:
-p | --plugin Module name of the exec command plugin to use
-a | --args List of args to pass into the plugin (one arg per loop)
-l | --legacy Operate on perls < 5.8.x. The default plugins won't work with this flag set if a lower version is installed
-T | --selftest Testing only: prevent recursive testing on Test::BrewBuild
-d | --debug 0-7, sets logging verbosity, default is 0
Expand Down

0 comments on commit 9a5549d

Please sign in to comment.