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/13 14:17:16 UTC

[camel] branch main updated: (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 main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 29dc9334239 (chores) ci: save test logs from core tests
29dc9334239 is described below

commit 29dc9334239c81715a1e1910f87108f35d32557d
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 a9abb2a4d04..4a9d2398a2c 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() {