Home | History | Annotate | Download | only in Scripts

Lines Matching refs:testsToRun

2524     my @testsToRun = ();
2536 push @testsToRun, $test;
2545 push @testsToRun, sort pathcmp @testsFound;
2558 push @testsToRun, sort pathcmp @testsFound;
2566 foreach my $test (@testsToRun) {
2575 @testsToRun = (@otherTests, @httpTests, @websocketTests);
2579 @testsToRun = reverse @testsToRun if $reverseTests;
2582 @testsToRun = shuffle(@testsToRun) if $randomizeTests;
2584 return @testsToRun;