-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Travis errors w/o showing an error #2089
Comments
Maybe there just is no output - cppcheck didn't show any errors in https://travis-ci.org/RIOT-OS/RIOT/builds/41835828 either and I think it also did not print errors when running locally (without exit) but still had a non-zero exit code. |
I tried yesterday night by running exactly the same commands from the travis configuration on my local machine and got the two warnings mentioned in #1767. |
The behavior could also depend on the particular version of cppcheck. |
But why? I must admit that I don't really get it... |
If I remove the |
This is the upstream bug for it: http://trac.cppcheck.net/ticket/4768 |
dist: run cppcheck with only one job (triage #2089)
Haven't seen this for a long time. |
As can be currently found in https://travis-ci.org/RIOT-OS/RIOT/builds/42150176, the
|| exit
part seems to cause Travis sometimes to exit, before it prints the actual error message.The text was updated successfully, but these errors were encountered: