mirror of
https://github.com/curl/curl.git
synced 2026-07-16 10:27:15 +03:00
talks more on verbose
This commit is contained in:
parent
0cb4eba002
commit
4646a1ffa9
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue