This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit f415adc434546a2056e685cb952bf0d8822c60e9 Author: chunping <[email protected]> AuthorDate: Sat Sep 2 14:24:30 2023 +0800 [coverage][test] modify run-be-ut.sh for run be cov, no need merge (#23755) --- run-be-ut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-be-ut.sh b/run-be-ut.sh index 36e62c6644..dd9b7cfded 100755 --- a/run-be-ut.sh +++ b/run-be-ut.sh @@ -233,7 +233,7 @@ rm -rf "${CONF_DIR}" mkdir "${CONF_DIR}" cp "${DORIS_HOME}/conf/be.conf" "${CONF_DIR}"/ -export TERM='xterm' +export TERM="xterm" export UDF_RUNTIME_DIR="${DORIS_TEST_BINARY_DIR}/lib/udf-runtime" export LOG_DIR="${DORIS_TEST_BINARY_DIR}/log" while read -r variable; do --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
