You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
The code eval $build_cmd will return the status of make in ${?}. That needs to be saved and preserved immediately following eval $build_cmd and then returned before gcc_check_happy completes at }. Otherwise, each of the cp and echo lines will overwrite ${?}. Since echo will always succeed, gcc_check_happy will always succeed, and Travis CI will always believe such matrix targets have succeeded, even when they do not.
0 commit comments