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

[TIMOB-9090] Fail builds which cannot find their required modules. #2247

Merged
merged 2 commits into from
May 24, 2012
Merged

[TIMOB-9090] Fail builds which cannot find their required modules. #2247

merged 2 commits into from
May 24, 2012

Conversation

sptramer
Copy link
Contributor

This was leading to hanging and app submission issues. Not sure what caused them internally (the module was never loaded) but obviously we need to fail builds which can't run correctly.

test case

if len(missing_modules) != 0:
print '[ERROR] Could not find the following required iOS modules:'
for module in missing_modules:
print "[ERROR]\tid: %s\tversion: %s"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

misses substitution variables

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. That's a pretty big typo. Will fix.

@mstepanov
Copy link
Contributor

Code reviewed. APPROVED
FT PASSED

mstepanov pushed a commit that referenced this pull request May 24, 2012
[TIMOB-9090] Fail builds which cannot find their required modules.
@mstepanov mstepanov merged commit 67915f0 into tidev:master May 24, 2012
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.

None yet

2 participants