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

zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e763c91 Show target directories for checking1 (#84)
3e763c91 is described below

commit 3e763c91da0101108dd5f524bb4109ddd159fc17
Author: zrlw <[email protected]>
AuthorDate: Wed Nov 12 16:55:41 2025 +0800

    Show target directories for checking1 (#84)
    
    * Show target directories for dependency issue checking
    
    * Show mount info for dependency issue checking
---
 test/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index b0f3473c..0c0b7c9a 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -228,6 +228,9 @@ function process_case() {
       return $result
     fi
 
+    mount_msg=`grep mount $scenario_builder_log`
+    echo "$log_prefix $mount_msg"
+
     # run test
     echo "$log_prefix Running test case .."
     running_time=$SECONDS

Reply via email to