Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Don't use gdb on Travis (as it breaks the build).#10223
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Duplicate (plus or minus an 'x')#10217... |
... which as we can see,does unbreak the builds. |
Oh, sorry, I saw@QuLogic's original PR but missed your changes. |
Did we want -ex for 'set'? Its '-v' for#10217 ? |
I would keep "set -e" (and thus drop the "return $?"); set -x is nice as it removes the need to echo the pytest args ourselves (it's exactly what -x does...); -x also makes -v a bit redundant. |
Done! |
PR Summary
Let's see whether this helps unbreaking the build...
PR Checklist