Skip to content

Commit

Permalink
Track change of make spectest_checkout -> spectest_update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdv committed Feb 22, 2023
1 parent cd1e965 commit 2dca4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasable/Akefile
Expand Up @@ -439,7 +439,7 @@ sub rakudo-test($path, :$checkout-roast=True) {
%env<TEST_JOBS> = $THREADS;
antiflap-run :cwd($path), :%env, <make test>;
if $checkout-roast {
run :cwd($path), :%env, <make spectest_checkout>; # ensure roast checkout
run :cwd($path), :%env, <make spectest_update>; # ensure roast checkout
run :cwd($path.add: t/spec), <git checkout>, $branch-roast;
}
antiflap-run :cwd($path), :%env, <make spectest>;
Expand Down

0 comments on commit 2dca4fc

Please sign in to comment.