This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 1d7ce83801 [coverage][test] modify run-be-ut.sh for run be cov, no need merge (#23755) 1d7ce83801 is described below commit 1d7ce83801941586711c9e62141e64a123da634b Author: chunping <cece_m...@163.com> 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 a0ab31f83d..0b8c16109a 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org