Abe Timmerman wrote:

It's on its way, I'm doing the last tests right now and it will be on
CPAN as 1.18.02 shortly (pant, pant...)

Due to a power failure in the office-building, my repository server is offline, so it could be monday before I can do a new release :(

No problemo


To get all the configurations to be processed, something like:

#! /usr/bin/perl -w
use strict;

use Test::Smoke::BuildCFG;
use Test::Smoke;

my $bldcfg = shift or die "Usage: $0 <buildconfig>\n";

my $bcf = Test::Smoke::BuildCFG->new( $bldcfg );
foreach my $config ( $bcf->configurations ) {
    print "$config\n" unless Test::Smoke::skip_config( $config );
}

Couldn't the script report this info to stout when it starts? The a simple grep of the log file would suffice


--
Alan Burlison
--



Reply via email to