-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PDK-1061) Ensure rake binstub when building module
Before building a module package, we first call `PDK::Test::Unit.tear_down` to make sure that there are no artifacts left over from possible test runs. This method depends on the `rake` binstub being present which is ensured when running `pdk test unit`, however when the user is running `pdk build` on a clean clone of a module this binstub is not present and the build fails.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters