mirror of
https://github.com/curl/curl.git
synced 2026-07-22 15:27:19 +03:00
now add --trace-time by default for curl tests
This commit is contained in:
parent
cea117b509
commit
c06da7c84a
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,7 @@ sub singletest {
|
|||
my $cmdargs;
|
||||
if(!$tool) {
|
||||
# run curl, add -v for debug information output
|
||||
$cmdargs ="$out --include -v $cmd";
|
||||
$cmdargs ="$out --include -v --trace-time $cmd";
|
||||
}
|
||||
else {
|
||||
$cmdargs = " $cmd"; # $cmd is the command line for the test file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue