From: Daniel Stenberg Date: Wed, 6 Nov 2002 08:29:48 +0000 (+0000) Subject: output all test case numbers with three digits X-Git-Tag: upstream/7.37.1~15143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abb1497c98a5fc8ed2f5fa05e14332fd73b04023;p=platform%2Fupstream%2Fcurl.git output all test case numbers with three digits --- diff --git a/tests/runtests.pl b/tests/runtests.pl index d0061cb..e061bc2 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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;