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

zhangstar333 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 0939ab12714 [regression-test](framework) add log for scpFiles (#35570)
0939ab12714 is described below

commit 0939ab1271424449b508717daa77906ce6e71e01
Author: shuke <[email protected]>
AuthorDate: Wed May 29 11:09:28 2024 +0800

    [regression-test](framework) add log for scpFiles (#35570)
---
 .../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index 17e1e9d8fc7..5a2c70994f9 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -771,6 +771,7 @@ class Suite implements GroovyInterceptable {
         staticLogger.info("Execute: ${cmd}".toString())
         Process process = cmd.execute()
         def code = process.waitFor()
+        staticLogger.info("execute result ${process.getText()}.")
         Assert.assertEquals(0, code)
     }
 


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

Reply via email to