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 fd1741f0 list files of all dependency directories for dependency issue
checking (#86)
fd1741f0 is described below
commit fd1741f0c2b8d24c70b260ba6aa3ab8e0ef36482
Author: zrlw <[email protected]>
AuthorDate: Wed Nov 12 20:53:52 2025 +0800
list files of all dependency directories for dependency issue checking (#86)
---
test/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/run-tests.sh b/test/run-tests.sh
index cee967e4..f868532c 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -201,8 +201,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