Skip to content

Fix silent failure in test phase#899

Merged
tsachiherman merged 2 commits intoalgorand:masterfrom
btoll:fix_silent_failure
Mar 17, 2020
Merged

Fix silent failure in test phase#899
tsachiherman merged 2 commits intoalgorand:masterfrom
btoll:fix_silent_failure

Conversation

@btoll
Copy link
Copy Markdown

@btoll btoll commented Mar 7, 2020

Setting set -e caused the build to abort and clean itself up (delete the ec2 instance), as the script returned exit 1. However, removing the set statement had the effect of the script running and finishing properly with a return value of exit 0. I found it very odd, and played with it for a while, but then decided that it was more important to just fix it and move on.

@btoll btoll requested review from pzbitskiy and tsachiherman March 7, 2020 01:38
Copy link
Copy Markdown
Contributor

@tsachiherman tsachiherman left a comment

Choose a reason for hiding this comment

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

LGTM

@tsachiherman tsachiherman merged commit 9ac9413 into algorand:master Mar 17, 2020
@btoll btoll deleted the fix_silent_failure branch March 17, 2020 22:52
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.

2 participants