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

w41ter 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 db694662c48 [chore](test) Use `DORIS_INSTALL_PATH` instead of 
`DORIS_HOME` (#58899)
db694662c48 is described below

commit db694662c4865bf904b8093f3bab582d44351a07
Author: Yixuan Wang <[email protected]>
AuthorDate: Thu Dec 11 15:17:12 2025 +0800

    [chore](test) Use `DORIS_INSTALL_PATH` instead of `DORIS_HOME` (#58899)
---
 .../suites/cloud_p0/recycler/test_recycler_clone_instance.groovy    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/regression-test/suites/cloud_p0/recycler/test_recycler_clone_instance.groovy 
b/regression-test/suites/cloud_p0/recycler/test_recycler_clone_instance.groovy
index f3ac48f56ae..86102ba5216 100644
--- 
a/regression-test/suites/cloud_p0/recycler/test_recycler_clone_instance.groovy
+++ 
b/regression-test/suites/cloud_p0/recycler/test_recycler_clone_instance.groovy
@@ -71,10 +71,10 @@ suite("test_recycler_clone_instance") {
     def masterFeHost = masterFe[1]
     logger.info("Master FE host: ${masterFeHost}")
     
-    def dorisHome = System.getenv("DORIS_HOME")
-    logger.info("DORIS_HOME: ${dorisHome}")
+    def dorisHome = System.getenv("DORIS_INSTALL_PATH")
+    logger.info("DORIS_INSTALL_PATH: ${dorisHome}")
 
-    assert dorisHome != null, "DORIS_HOME is not set"
+    assert dorisHome != null, "DORIS_INSTALL_PATH is not set"
 
     def executeCommand = { String cmd, Boolean mustSuc ->
         try {


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

Reply via email to