[test suite] minor bug fix for printing the number of test buckets to be executed
This commit is contained in:
parent
9f9bbcbcdd
commit
b92f892ae0
@ -581,7 +581,7 @@ for my $test_hr (@tests) {
|
||||
next unless &process_include_exclude(&get_msg($test_hr));
|
||||
$test_buckets++;
|
||||
if ($test_limit > 0) {
|
||||
last if $executed >= $test_limit;
|
||||
last if $test_buckets >= $test_limit;
|
||||
}
|
||||
}
|
||||
&logr("[+] Total test buckets to execute: $test_buckets\n\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user