jjb: archive top-level test suite log
[lttng-ci.git] / scripts / lttng-ust / build.sh
index 44e0183e637f5dd80f891e9e41022d16c3543328..b31f8ff817392bc8b72b8776f0f831ba4fd77689 100755 (executable)
@@ -331,6 +331,9 @@ if [ "$LTTNG_UST_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 2.8 did not produce TAP logs
     if verlt "$PACKAGE_VERSION" "2.8"; then
         mkdir -p "$WORKSPACE/tap/no-log"
This page took 0.022597 seconds and 4 git commands to generate.