This is an automated email from the ASF dual-hosted git repository.

hellostephen 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 d60c7fc8e26 [fix](ci) fix typo (#52763)
d60c7fc8e26 is described below

commit d60c7fc8e26efb05e987580dc920832a9e26220c
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Jul 4 20:04:58 2025 +0800

    [fix](ci) fix typo (#52763)
---
 regression-test/pipeline/common/doris-utils.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/pipeline/common/doris-utils.sh 
b/regression-test/pipeline/common/doris-utils.sh
index b7bedd93603..6d90376b592 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -225,7 +225,7 @@ function stop_doris_grace() {
         if [[ -n "${DORIS_STOP_GRACE_CHECK_KEYWORD:=''}" && 
"${DORIS_STOP_GRACE_CHECK_KEYWORD,,}" == "true" ]]; then
             echo "INFO: try to find keywords ${keywords} in be.out"
             if [[ -f "${DORIS_HOME}"/be/log/be.out ]]; then
-                if grep -E "${keywords}" "${DORIS_HOME}"/be/logs/be.out; then
+                if grep -E "${keywords}" "${DORIS_HOME}"/be/log/be.out; then
                     echo "ERROR: found memory leaks or undefined behavior in 
be.out" && ret=1
                 else
                     echo "INFO: no memory leaks or undefined behavior found in 
be.out"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to