Front page | perl.qa.cvs |
Postings from August 2001
cvs commit: smoke README
From:
Ask Bjoern Hansen
Date:
August 20, 2001 18:43
Subject:
cvs commit: smoke README
Message ID:
E15Z0Zr-0003vy-00@usw-pr-cvs1.sourceforge.net
ask 01/08/20 18:43:35
Added: . README
Log:
add instructions.
Revision Changes Path
1.1 smoke/README
Index: README
===================================================================
What: Test the bleading edge Perl on your platform.
How: Get the test tools from sourceforge.
http://sourceforge.net/cvs/?group_id=33231
cvs -d:pserver:anonymous@cvs.perl-qa.sourceforge.net:/cvsroot/perl-qa login
cvs -z3 -d:pserver:anonymous@cvs.perl-qa.sourceforge.net:/cvsroot/perl-qa co smoke
Then edit smoke.sh (line 6) and mkovz.pl (line 5) to reflect
the location (directory) of your smoking pit
Where: In your smoking pit
When: Whenever you set cron to execute smoke.sh (be sure it can find
mktest.pl in your path.
When the smoking is done, call mkovz.pl, which creates an
overview and mails it to getpwuid ($<). If you want to mail it
somewhere else (e.g. smokers-reports@perl.org), change the
last line of mkovz.pl
Why: 1. it's fun
2. p5p would love to see tons of 'O's appear in your report
3. we look for a large covarage of systems
-
cvs commit: smoke README
by Ask Bjoern Hansen