From e05cbb077ce6d23e6b35506c3fdd1e0a3bdb488d Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Sep 2004 13:59:08 +0000 Subject: Bug 257267: allow trimming leading zeros when typing the test number in the testing suite; patch by GavinS ; r=vladd, a=myk. --- runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests.pl') diff --git a/runtests.pl b/runtests.pl index d5059fdc0..ad6898b23 100755 --- a/runtests.pl +++ b/runtests.pl @@ -34,7 +34,7 @@ foreach (@ARGV) { $verbose = 1; } else { - $onlytest = $_; + $onlytest = sprintf("%0.3d",$_); } } -- cgit v1.2.3-24-g4f1b