This commit is contained in:
Nathan McCarty 2025-01-26 20:30:24 -05:00
parent 775652c6cf
commit 1f4b8b3c03

View file

@ -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;