mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
output all test case numbers with three digits
This commit is contained in:
parent
7a8594da43
commit
abb1497c98
@ -506,7 +506,7 @@ sub singletest {
|
||||
# name of the test
|
||||
my @testname= getpart("client", "name");
|
||||
|
||||
print "test $testnum...";
|
||||
printf("test %03d...", $testnum);
|
||||
if(!$short) {
|
||||
my $name = $testname[0];
|
||||
$name =~ s/\n//g;
|
||||
|
Loading…
x
Reference in New Issue
Block a user