now add --trace-time by default for curl tests
This commit is contained in:
parent
cea117b509
commit
c06da7c84a
@ -1155,7 +1155,7 @@ sub singletest {
|
|||||||
my $cmdargs;
|
my $cmdargs;
|
||||||
if(!$tool) {
|
if(!$tool) {
|
||||||
# run curl, add -v for debug information output
|
# run curl, add -v for debug information output
|
||||||
$cmdargs ="$out --include -v $cmd";
|
$cmdargs ="$out --include -v --trace-time $cmd";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$cmdargs = " $cmd"; # $cmd is the command line for the test file
|
$cmdargs = " $cmd"; # $cmd is the command line for the test file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user