mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
talks more on verbose
This commit is contained in:
parent
0cb4eba002
commit
4646a1ffa9
@ -350,6 +350,10 @@ for ( $waitedpid = 0;
|
|||||||
&customize(); # read test control instructions
|
&customize(); # read test control instructions
|
||||||
|
|
||||||
print @welcome;
|
print @welcome;
|
||||||
|
if($verbose) {
|
||||||
|
print STDERR "OUT:\n";
|
||||||
|
print STDERR @welcome;
|
||||||
|
}
|
||||||
my $state="fresh";
|
my $state="fresh";
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user