jjb: archive top-level test suite log
[lttng-ci.git] / scripts / liburcu / build.sh
index 6fe33b5b696449963d4474a7cd2fe8f8af5fe86d..b4cc761e3eef10717d30e49b42c7f5e0f4fd8be0 100755 (executable)
@@ -318,6 +318,9 @@ if [ "$USERSPACE_RCU_RUN_TESTS" = "yes" ]; then
     # Copy tap logs for the jenkins tap parser before cleaning the build dir
     rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$WORKSPACE/tap"
 
+    # Copy the test suites top-level log which includes all tests failures
+    rsync -a --include 'test-suite.log' --include '*/' --exclude='*' tests/ "$WORKSPACE/log"
+
     # The test suite prior to 0.11 did not produce TAP logs
     if verlt "$PACKAGE_VERSION" "0.11"; then
         mkdir -p "$WORKSPACE/tap/no-log"
This page took 0.023199 seconds and 4 git commands to generate.