Commit e05cbb07 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 257267: allow trimming leading zeros when typing the test number in the…

Bug 257267: allow trimming leading zeros when typing the test number in the testing suite; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=myk.
parent bd0215fc
...@@ -34,7 +34,7 @@ foreach (@ARGV) { ...@@ -34,7 +34,7 @@ foreach (@ARGV) {
$verbose = 1; $verbose = 1;
} }
else { else {
$onlytest = $_; $onlytest = sprintf("%0.3d",$_);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment