Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PDK-1061) Ensure rake binstub when building module #536

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

rodjek
Copy link
Contributor

@rodjek rodjek commented Jul 2, 2018

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.

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.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 92.885% when pulling fd03949 on rodjek:pdk-1061 into 52e8fba on puppetlabs:master.

@scotje scotje merged commit 080f95a into puppetlabs:master Jul 3, 2018
@rodjek rodjek deleted the pdk-1061 branch July 5, 2018 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants