martin-g commented on code in PR #2106:
URL: https://github.com/apache/avro/pull/2106#discussion_r1109590611
##########
build.sh:
##########
@@ -42,7 +42,7 @@ change_java_version() {
# This might not have been sourced if the entrypoint is not bash
[[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
-set -xe
+set -e
Review Comment:
I find `-x` useful for debugging.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]