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 df4dfead7 list files of all dependency directories for dependency 
issue checking (#1271)
df4dfead7 is described below

commit df4dfead7d65b2f0c14e6b65b0ce4bd44c3cb3d9
Author: zrlw <[email protected]>
AuthorDate: Wed Nov 12 20:51:44 2025 +0800

    list files of all dependency directories for dependency issue checking 
(#1271)
---
 test/run-tests.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index 757873b7f..544f775e5 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -160,8 +160,8 @@ function run_test_with_version_profile() {
       return 1
     fi
 
-    # list files of all target directories
-    find `pwd` -name target -print -exec ls -1 {} \;
+    # list files of all dependency directories
+    find `pwd` -name dependency -print -exec ls -1 {} \;
 
      # generate case configuration
      mkdir -p $scenario_home/logs
@@ -350,8 +350,8 @@ function process_case() {
                 return 1
               fi
 
-              # list files of all target directories
-              find `pwd` -name target -print -exec ls -1 {} \;
+              # list files of all dependency directories
+              find `pwd` -name dependency -print -exec ls -1 {} \;
 
               # generate case configuration
               mkdir -p $scenario_home/logs


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

Reply via email to