Skip to content

Commit 4f224be

Browse files
ronaldxszoffixznet
authored andcommitted
Update README.md to mention fudgeandrun (#234)
* 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
1 parent 28edd1c commit 4f224be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ In cases where the current working directory makes a difference, the tests
111111
assume that the working directory is the root of the test suite, so that the
112112
relative path to itself is `t/spec/S\d\d-$section/$filename`.
113113

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

117-
./fudge --keep-exit-code rakudo S05-metasyntax/angle-brackets.t &&
118-
prove -eperl6 S05-metasyntax/angle-brackets.rakudo
116+
./fudgeandrun S05-metasyntax/angle-brackets.t
117+
118+
`fudgeandrun` does not assume any particular implementation but guesses by running
119+
`perl6` to look at special variables like `$*PERL`. See `fudgeandrun` usage to
120+
specify a different implementation and other options.
119121

120122
## Environmental Variables
121123

0 commit comments

Comments
 (0)