-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Fix Tests from #4479 #4512
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
Fix Tests from #4479 #4512
Conversation
@markekraus, |
@markekraus Thanks for fixing the tests. Can you run 'Feature' tests to validate that all the required tests are executed. The documentation for executing additional tests is at: https://github.com/PowerShell/PowerShell/blob/master/docs/testing-guidelines/testing-guidelines.md Look for the section titled 'Requesting additional tests for a PR' |
@markekraus I have pushed an empty commit to execute the feature tests. |
@adityapatwardhan Thank you. I will make sure to do this in the future. |
@adityapatwardhan The tests pass now. The Travis CI failure appears to be unrelated. |
@markekraus Restarted the tests on Travis CI. |
@adityapatwardhan All Travis CI Tests passing now as well |
@daxian-dbw Can you have a quick look? This fixes the daily build failure. |
@markekraus Thanks for fixing the tests. |
My Bad... the tests I had in #4479 were failing in the nightly. This fixes them and now they now pass and fail for the right reasons.