Smoking Parrot

Help us keep parrot working on our core platforms and target new platforms by running automated smoke tests. These tests will automatically report the status of the test suite for the core parrot features.

 cd $HOME &&
 svn co https://svn.parrot.org/parrot/trunk parrot-smoke &&
 cd parrot-smoke &&
 perl Configure.pl &&
 make &&
 make smoke

The svn command listed here will fetch you a fresh working copy of parrot, that doesn't require a clean. We then configure and build parrot, and then run the core test suite.

You can see recently uploaded smoke results at  Parrot's own Smolder site.

Thanks for your cycles!

Attachments