abhagraw commented on code in PR #12957:
URL: https://github.com/apache/druid/pull/12957#discussion_r957601531


##########
it.sh:
##########
@@ -18,17 +18,20 @@
 
 # Utility script for running the new integration tests, since the Maven
 # commands are unwieldy.
+set -e
 
 export DRUID_DEV=$(cd $(dirname $0) && pwd)
 
 function usage
 {
-       cat <<EOF
+  cat <<EOF

Review Comment:
   There was a mix of tabs and spaces in the script. I just replaced all the 
tabs with spaces to keep it consist. I think, IntelliJ decided it should to 2 
spaces for shell script.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to