зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7f25399f03
Коммит
730099dec6
|
@ -34,7 +34,7 @@ foreach (@ARGV) {
|
|||
$verbose = 1;
|
||||
}
|
||||
else {
|
||||
$onlytest = $_;
|
||||
$onlytest = sprintf("%0.3d",$_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче