Skip to content

Commit

Permalink
More docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Oct 10, 2011
1 parent c689e2d commit 9dadda6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ User Guide

- Build the two perls to compare (and install smoking modules into each):
$ cd ~/cpanbranchtest
$ perl bin/prep_a_perl --config=myconfig.yml
$ perl bin/prep_a_perl.pl --config=myconfig.yml
You can use the --perl-name=... option to pick one or more perls to build at a time
(several --perl-name=... are allowed in one run).

Expand Down Expand Up @@ -120,4 +120,8 @@ Should be straight-forward, but let's walk through the fields:
grindperl-opt:
- '-Dusethreads'
should work, but is untested.
=> 'executable' is an alternative to specifying the 'smoke-branch'. If
the 'executable' option is present, the given perl will be used for
smoking. Obviously, perls with specified executable won't be picked
up by the prep_a_perl script.

2 changes: 2 additions & 0 deletions config/mysmoke.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ perls:
smoke-branch: 'chip/magicflags2'
grindperl-opt:
- '-Dusethreads'
- perl-name: 'systemperl'
executable: '/usr/bin/perl'

0 comments on commit 9dadda6

Please sign in to comment.