This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 48f0d7cbd Show target directories for checking1 (#1269)
48f0d7cbd is described below
commit 48f0d7cbddbddd186174fc2486f6b2cec1b880d6
Author: zrlw <[email protected]>
AuthorDate: Wed Nov 12 17:02:03 2025 +0800
Show target directories for checking1 (#1269)
* Show target directories for dependency issue checking
* Show mount info for dependency issue checking
---
test/run-tests.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test/run-tests.sh b/test/run-tests.sh
index 95db0a5bc..b44c6460f 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -188,6 +188,9 @@ function run_test_with_version_profile() {
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
@@ -374,6 +377,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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]