You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/18 11:32:26 UTC

[camel] 21/21: (chores) ci: save test logs from core tests

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

orpiske pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6eb8ee67748f05199f1de46f4061056a4c6b3f70
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 16:16:45 2022 +0200

    (chores) ci: save test logs from core tests
---
 .github/actions/quick-test/quick-test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/actions/quick-test/quick-test.sh b/.github/actions/quick-test/quick-test.sh
index d195766fc03..2eb749fa4bb 100755
--- a/.github/actions/quick-test/quick-test.sh
+++ b/.github/actions/quick-test/quick-test.sh
@@ -101,6 +101,7 @@ function coreTest() {
 
   cd "core"
   runTest "core" "1" "1"
+  find . -iname '*test*.log' -exec mv {} "${logDir}"/ \;
 }
 
 function main() {