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>
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"