talks more on verbose

This commit is contained in:
Daniel Stenberg 2001-03-05 14:03:20 +00:00
parent 0cb4eba002
commit 4646a1ffa9

View File

@ -350,6 +350,10 @@ for ( $waitedpid = 0;
&customize(); # read test control instructions
print @welcome;
if($verbose) {
print STDERR "OUT:\n";
print STDERR @welcome;
}
my $state="fresh";
while(1) {