Commit bafdc06
Fix run-tests.sh (#1821)
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
---------
Co-authored-by: Nabil Hachicha <nabil.hachicha@gmail.com>1 parent 0d34dfa commit bafdc06
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments