Changes between Version 3 and Version 4 of SmokingParrot
- Timestamp:
- 03/21/09 14:12:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SmokingParrot
v3 v4 1 1 == Smoking Parrot == 2 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 both core parrot features and all the languages that target parrot. 2 3 Help us keep parrot working on our core platforms and target new platforms by running automated smoke tests. 4 These tests will automatically report the status of the test suite for the core parrot features. 3 5 4 6 {{{ 5 7 cd $HOME && 6 rsync -av --delete svn.perl.org::parrot-HEADparrot-smoke &&8 svn co https://svn.parrot.org/parrot/trunk parrot-smoke && 7 9 cd parrot-smoke && 8 10 perl Configure.pl && 9 11 make && 10 12 make smoke && 11 make languages-smoke12 13 }}} 13 14 14 The RSYNC command listed here will give 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 and the language specific test suite. 15 The svn command listed here will fetch you a fresh working copy of parrot, that doesn't require a clean. 16 We then configure and build parrot, and then run the core test suite. 15 17 16 18 You can see recently uploaded smoke results at [http://smolder.plusthree.com/app/public_projects/smoke_reports/8 smolder.plusthree.com]. 17 19 18 20 Thanks for your cycles! 19 20 ''The last line with "languages-smoke" may be going away as we switch from smoke to smolder, and as more languages LeaveTheNest''21
