Skip to content

Commit

Permalink
Update README.md to mention fudgeandrun (#234)
Browse files Browse the repository at this point in the history
* Update README.md to mention fudgeandrun

Describe use of fudgeandrun to simplify fudge and run/prove individual test files.

* README.md remove artifact " manual fudge" sentence
  • Loading branch information
ronaldxs authored and zoffixznet committed Feb 15, 2017
1 parent 28edd1c commit 4f224be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ In cases where the current working directory makes a difference, the tests
assume that the working directory is the root of the test suite, so that the
relative path to itself is `t/spec/S\d\d-$section/$filename`.

You can also run the `fudge` program manually. This command will fudge and run
`prove` on a specific file:
To fudge and run `prove` on a specific file:

./fudge --keep-exit-code rakudo S05-metasyntax/angle-brackets.t &&
prove -eperl6 S05-metasyntax/angle-brackets.rakudo
./fudgeandrun S05-metasyntax/angle-brackets.t

`fudgeandrun` does not assume any particular implementation but guesses by running
`perl6` to look at special variables like `$*PERL`. See `fudgeandrun` usage to
specify a different implementation and other options.

## Environmental Variables

Expand Down

0 comments on commit 4f224be

Please sign in to comment.