github-actions[bot] commented on PR #34990: URL: https://github.com/apache/doris/pull/34990#issuecomment-2124590876
#### `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/9190643284") output. <details> <summary>shellcheck errors</summary> ``` 'shellcheck ' found no issues. ``` </details> <details> <summary>shfmt errors</summary> ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- run-regression-test.sh.orig +++ run-regression-test.sh @@ -215,7 +215,7 @@ JAVA_OPTS="${JAVA_OPTS} -DstdoutAppenderType=teamcity -Xmx2048m" fi -if [[ "${ONLY_COMPILE}" -eq 0 ]] ; then +if [[ "${ONLY_COMPILE}" -eq 0 ]]; then "${JAVA}" -DDORIS_HOME="${DORIS_HOME}" \ -DLOG_PATH="${LOG_OUTPUT_FILE}" \ -Dfile.encoding="UTF-8" \ @@ -225,4 +225,3 @@ -cf "${CONFIG_FILE}" \ ${REGRESSION_OPTIONS_PREFIX:+${REGRESSION_OPTIONS_PREFIX}} "$@" fi - ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ``` </details> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org