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

Expose cargo failures #15

Merged
merged 3 commits into from Feb 13, 2016
Merged

Expose cargo failures #15

merged 3 commits into from Feb 13, 2016

Conversation

White-Oak
Copy link
Contributor

cargo::call properly returns Some() (I still think it should be Result instead of Option) if cargo task has failed (exited with non-zero status).


if [ $? -ne 0 ]; then
echo "--- Passed!"
echo
Copy link
Member

Choose a reason for hiding this comment

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

There is something of a spacing issue here on line 83. Not very important, but my OCD just kicked in. 😉

@ebkalderon
Copy link
Member

@White-Oak Besides the two comments above, this looks pretty good. I'm going to build this on my local machine to try it out. Just fix the spacing on that one line, and it will be merge-ready.

Attempted to fix spacing in changed code in tests.sh.
ebkalderon added a commit that referenced this pull request Feb 13, 2016
@ebkalderon ebkalderon merged commit b0a3a86 into amethyst:master Feb 13, 2016
@ebkalderon
Copy link
Member

Thanks for the changes, @White-Oak! This and pull request #14 together bring us almost ready to closing issue #13. Merged.

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