jackjlli commented on a change in pull request #7024:
URL: https://github.com/apache/incubator-pinot/pull/7024#discussion_r646802272



##########
File path: compatibility-verifier/checkoutAndBuild.sh
##########
@@ -18,18 +18,23 @@
 # under the License.
 #
 
-
-# get a temporary directory in case the workingDir is not provided by user
-TMP_DIR=$(mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir')
-cmdName=`baseName $0`
-source `dirname $0`/utils.inc
+cmdName=`basename $0`
+cmdDir=`dirname $0`
+source ${cmdDir}/utils.inc
 
 # get usage of the script
 function usage() {
-  echo "Usage: $cmdName -o olderCommit -n newerCommit [-w workingDir]"
+  echo "This command sets up the two builds to test compatibility in the 
working directory"
+  echo "Usage: $cmdName [-o olderCommit] [-n newerCommit] -w workingDir"

Review comment:
       Is it possible it print out the older and newer commits when the script 
is triggered?




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

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