зеркало из https://github.com/mozilla/gecko-dev.git
Fixed small bug in reporting of skipped tests.
This commit is contained in:
Родитель
396d6db9e7
Коммит
1f35a0e9af
|
@ -878,7 +878,7 @@ sub get_test_list {
|
|||
|
||||
$actually_skipped = $orig_size - ($#test_list + 1);
|
||||
|
||||
&dd ($actually_skipped . " of " . ($#test_list + 1) .
|
||||
&dd ($actually_skipped . " of " . $orig_size .
|
||||
" tests will be skipped.");
|
||||
&dd ((($#neg_list + 1) - $actually_skipped) . " skip tests were " .
|
||||
"not actually part of the test list.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче