our $limit= 200;
our $flightlimit;
our $htmlout = ".";
+our $doinstall=1;
our @blessings;
open DEBUG, ">/dev/null";
push @blessings, split ',', $1;
} elsif (m/^--html-dir=(.*)$/) {
$htmlout= $1;
+ } elsif (m/^--no-install$/) {
+ $doinstall= 0;
} elsif (m/^--debug/) {
open DEBUG, ">&2" or die $!;
DEBUG->autoflush(1);
print H "</table></body></html>\n";
close H or die $!;
- rename "$html_file.new", "$html_file" or die "$html_file $!";
+ rename "$html_file.new", "$html_file" or die "$html_file $!"
+ if $doinstall;
}
db_retry($dbh_tests, [], sub {