924060929 commented on a change in pull request #8792:
URL: https://github.com/apache/incubator-doris/pull/8792#discussion_r840221124
##########
File path: run-regression-test.sh
##########
@@ -80,20 +84,24 @@ Default config file:
\${DORIS_HOME}/regression-test/conf/regression-conf.groovy
CLEAN=
WRONG_CMD=
+TEAMCITY=
RUN=
if [ $# == 0 ] ; then
#default
CLEAN=0
WRONG_CMD=0
+ TEAMCITY=0
RUN=1
else
CLEAN=0
RUN=0
+ TEAMCITY=0
WRONG_CMD=0
while true; do
case "$1" in
- --clean) CLEAN=1 ; shift ;;
- --run) RUN=1 ; shift ;;
+ --clean) CLEAN=1 ; shift ;;
+ --teamcity) TEAMCITY=1 ; shift ;;
+ --run) RUN=1 ; shift ;;
Review comment:
done
--
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]