You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by GitBox <gi...@apache.org> on 2022/04/26 17:44:42 UTC

[GitHub] [mesos] cf-natali opened a new pull request, #429: Fixed mesos-tidy to actually log clang-tidy errors on failure.

cf-natali opened a new pull request, #429:
URL: https://github.com/apache/mesos/pull/429

   Because it uses `set -e`, the `entrypoint.sh` script would exit -
   silently - if `clang-tidy` exited with a non-zero exit status, without
   showing the `clang-tidy` output.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@mesos.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mesos] cf-natali merged pull request #429: Fixed mesos-tidy to actually log clang-tidy errors on failure.

Posted by GitBox <gi...@apache.org>.
cf-natali merged PR #429:
URL: https://github.com/apache/mesos/pull/429


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@mesos.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org