]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: lttng-tools: Copy `*.logfile` to tap directory
authorKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 14:41:05 +0000 (09:41 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 17:35:55 +0000 (12:35 -0500)
This will cause any of the verbose debug logs to that remain (e.g.,
from failed tests) to be archived

Change-Id: I63063f4f621eed858d74ea1bda1815ded1c9abb6
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
scripts/lttng-tools/build.sh

index db52cd256ce889b5a519a8611c3a84003546bdec..6ed633b24c26302b607b665e104fda6fa2411a29 100755 (executable)
@@ -565,8 +565,8 @@ if [ "$LTTNG_TOOLS_RUN_TESTS" = "yes" ] && [[ ! "$conf" =~ (no-ust|relayd-only)
 
     make --keep-going check || exit_status=1
 
-        # Copy tap logs for the jenkins tap parser before cleaning the build dir
-    rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$TAPDIR"
+    # Copy tap logs for the jenkins tap parser before cleaning the build dir
+    rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --include '*.logfile' --exclude='*' tests/ "$TAPDIR"
 
     # Copy the test suites top-level log which includes all tests failures
     rsync -a --include 'test-suite.log' --include '*/' --exclude='*' tests/ "$WORKSPACE/log"
This page took 0.026008 seconds and 4 git commands to generate.