Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 493 Bytes

README.pod

File metadata and controls

16 lines (10 loc) · 493 Bytes

Smoke testers

Scripts to automatically smoke-test various projects. Currently both Parrot and Rakudo Perl 6 are supported.

Use perldoc $script_name to view documentation on individual scripts.

Example cron entries:

31 */4 * * * exec dash /path/to/smoke/testers/parrot-smoker
44 03  * * * exec dash /path/to/smoke/testers/rakudo-smoker

(These will run the Parrot test suite every 4h, and the Rakudo test suite once a night.)