-
-
19 May 2020 13:23:18 UTC
- Development release
- Distribution: Test-Smoke
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (24)
- Testers (144 / 31 / 6)
- Kwalitee
Bus factor: 2- 65.69% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (358.66KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Util
- Capture::Tiny
- File::Spec
- HTTP::Tiny
- JSON::XS
- POSIX
- System::Info
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
smokeperl.pl - The perl Test::Smoke suite
SYNOPSIS
$ ./smokeperl.pl [-c configname]
or
C:\smoke>perl smokeperl.pl [-c configname]
OPTIONS
It can take these options
--config|-c <configname> See configsmoke.pl (smokecurrent_config) --nofetch Skip the synctree step --nopatch Skip the patch step --nomail Skip the mail step --noarchive Skip the archive step (if applicable) --[no]ccp5p_onfail Do (not) send failure reports to perl5-porters --[no]delay_report Do (not) create the report now --[no]continue Try to continue an interrupted smoke --is56x This is a perl-5.6.x smoke --defaultenv Run a smoke in the default environment --[no]smartsmoke Don't smoke unless patchlevel changed --patchlevel <plevel> Set old patchlevel for --smartsmoke --nofetch --snapshot <patchlevel> Set a new patchlevel for snapshot smokes --killtime (+)hh::mm (Re)set the guard-time for this smoke --pfile <patchesfile> Set a patches-to-apply-file --cfg <buildcfg> Set a Build Configurations File
All other arguments are passed to Configure!
DESCRIPTION
smokeperl.pl is the main program in this suite. It combines all the front-ends internally and does some sanity checking.
SEE ALSO
README, FAQ, configsmoke.pl, mktest.pl, mkovz.pl
REVISION
$Id$
COPYRIGHT
(c) 2002-2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Module Install Instructions
To install Test::Smoke, copy and paste the appropriate command in to your terminal.
cpanm Test::Smoke
perl -MCPAN -e shell install Test::Smoke
For more information on module installation, please visit the detailed CPAN module installation guide.