Fixed small bug in reporting of skipped tests.

This commit is contained in:
pschwartau%netscape.com 2002-10-28 03:44:09 +00:00
Родитель 396d6db9e7
Коммит 1f35a0e9af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.");