Skip to content

Commit

Permalink
fixing error on missing MI6 dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmlz committed Jan 11, 2024
1 parent 75e98ec commit faac66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.raku
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ say run(<raku --version>, :out).out.slurp.chomp;
say "Running on $*DISTRO.gist().\n";

say "Testing {
"dist.ini".IO.lines.head.substr(7)
"dist.ini".IO.lines.head.substr(7) if "dist.ini".IO.f;
}{
" including author tests" if $author
}";
Expand Down

0 comments on commit faac66f

Please sign in to comment.