Skip to content

Conversation

@rozza
Copy link
Member

@rozza rozza commented Oct 9, 2025

As the output of gradlew is piped to tee, the return value is lost. This can be fixed by using pipefail which sets the return value of a pipeline as the value of the last (rightmost) command to exit with a non-zero status

JAVA-5983

As the output of gradlew is piped to tee, the return value is lost.
This can be fixed by using pipefail which sets the return value of
a pipeline is the value of the last (rightmost) command to exit with
a non-zero status

JAVA-5983
@rozza rozza requested a review from a team as a code owner October 9, 2025 12:53
@rozza rozza requested review from nhachicha and vbabanin and removed request for a team and vbabanin October 9, 2025 12:53
Copy link
Contributor

@nhachicha nhachicha left a comment

Choose a reason for hiding this comment

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

rozza and others added 3 commits October 9, 2025 17:25
Co-authored-by: Nabil Hachicha <nabil.hachicha@gmail.com>
Co-authored-by: Nabil Hachicha <nabil.hachicha@gmail.com>
@rozza rozza merged commit bafdc06 into mongodb:main Oct 9, 2025
4 of 5 checks passed
@rozza rozza deleted the JAVA-5983 branch October 9, 2025 16:32
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