tests: also get rid of smartmatch in complete-run.pl
This commit is contained in:
parent
ee04f8bfda
commit
153259cb10
|
@ -143,7 +143,7 @@ my $timingsjson = StartXDummy::slurp('.last_run_timings.json');
|
|||
|
||||
# Run 000-load-deps.t first to bail out early when dependencies are missing.
|
||||
my $loadtest = "t/000-load-deps.t";
|
||||
if ($loadtest ~~ @testfiles) {
|
||||
if ((scalar grep { $_ eq $loadtest } @testfiles) > 0) {
|
||||
@testfiles = ($loadtest, grep { $_ ne $loadtest } @testfiles);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue