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

Changed rake task in minitest_runner.rb to have no warnings output #4

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Changed rake task in minitest_runner.rb to have no warnings output #4

merged 1 commit into from
Mar 18, 2016

Conversation

patrickbizea
Copy link
Contributor

Due to the changes in this PR on Rake itself, executing the minitest rake task for Knapsack caused our test output to be filled with so many extraneous warning messages during test execution it both caused the output to be unreadably long and caused the semaphoreci threads to error out, apparently due to lack of memory. This reverts the setting for warnings on the Rake task defined in minitest_runner.rb to the pre-Rake v11.0.0 default, resolving both issues.

ArturT added a commit that referenced this pull request Mar 18, 2016
Changed rake task in minitest_runner.rb to have no warnings output
@ArturT ArturT merged commit 01de0eb into KnapsackPro:master Mar 18, 2016
ArturT added a commit to KnapsackPro/knapsack that referenced this pull request Mar 18, 2016
@ArturT
Copy link
Member

ArturT commented Mar 18, 2016

@patrickbizea I've released knapsack_pro 0.6.1 version. Thank you for PR!

@ArturT
Copy link
Member

ArturT commented Mar 18, 2016

I've released this fix also in knapsack gem https://github.com/ArturT/knapsack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants