now add --trace-time by default for curl tests

This commit is contained in:
Daniel Stenberg 2005-05-04 21:58:47 +00:00
Родитель cea117b509
Коммит c06da7c84a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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