Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
286 stars 293 forks source link

Document environment variables for testing #2637

Open JJ opened 5 years ago

JJ commented 5 years ago

The problem

Test includes two environment variables, PERL6_TEST_TIMES and PERL6_TEST_DIE_ON_FAIL

They are not documented.

Suggestions

Check their status and document them as Rakudo specific, Spec or whatever.

coke commented 2 months ago

RAKU_ variants of both of these work, so document those.

RAKU_TEST_TIMES - show timings of each test invocation

RAKU_TEST_DIE_ON_FAIL - abort processing of test file if a test would fail