This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch code_coverage_v2
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/code_coverage_v2 by this push:
new 2a9b2e48 try
2a9b2e48 is described below
commit 2a9b2e48ba3270630fc415851dd32a68ba94db0b
Author: HTHou <[email protected]>
AuthorDate: Thu Aug 1 12:26:35 2024 +0800
try
---
code-coverage/copy-code-coverage-sources.sh | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/code-coverage/copy-code-coverage-sources.sh
b/code-coverage/copy-code-coverage-sources.sh
index 19c24fd1..7c6361fe 100755
--- a/code-coverage/copy-code-coverage-sources.sh
+++ b/code-coverage/copy-code-coverage-sources.sh
@@ -18,14 +18,14 @@
# under the License.
#
-for file in ../java/*/target/*.exec
-do
- cp $file ./target/
-done
-
-for file in ../java/*/target/classes
-do
- echo "copy from" ${file}
- cp -r $file ./target/
-done
+#for file in ../java/*/target/*.exec
+#do
+# cp $file ./target/
+#done
+#
+#for file in ../java/*/target/classes
+#do
+# echo "copy from" ${file}
+# cp -r $file ./target/
+#done