oops
This commit is contained in:
parent
775652c6cf
commit
1f4b8b3c03
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ multi MAIN(
|
|||
say "{colored '*', 'yellow bold'} Testing $test-module-name";
|
||||
for $runable.tests.keys -> $module-name {
|
||||
# Skip this module if it's not the one we are looking for
|
||||
if $module-name {
|
||||
if $module-filter {
|
||||
next unless $module-name eq $module-filter;
|
||||
}
|
||||
my $module-failures = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue