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

fix lack of call in bat script exiting early #1097

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

msarahan
Copy link
Contributor

@msarahan msarahan commented Jul 6, 2016

bug observed in https://ci.appveyor.com/project/JonathanHelmus/conda-build-test-bug/build/1.0.3 - reported by @jjhelmus

activate _test

can exit early without running tests - and probably with exit code 0, leading you to believe that tests succeeded.

This changes the call to:

call activate _test

and adds a test for the early exit behavior.

@msarahan msarahan force-pushed the fix_activate_call_win branch 2 times, most recently from afa8c14 to 8566f96 Compare July 6, 2016 19:41
@msarahan msarahan force-pushed the fix_activate_call_win branch from 8566f96 to 152888a Compare July 6, 2016 19:42
@msarahan msarahan merged commit 84a0722 into conda:1.21.x Jul 7, 2016
@msarahan msarahan deleted the fix_activate_call_win branch July 7, 2016 13:41
@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant