Commit 4646a1ff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

talks more on verbose

parent 0cb4eba0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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) {