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.

This commit is contained in:
jocuri%softhome.net 2004-09-03 06:59:08 +00:00
Родитель 7f25399f03
Коммит 730099dec6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -34,7 +34,7 @@ foreach (@ARGV) {
$verbose = 1;
}
else {
$onlytest = $_;
$onlytest = sprintf("%0.3d",$_);
}
}