X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fliburcu%2Fbuild.sh;h=b4cc761e3eef10717d30e49b42c7f5e0f4fd8be0;hb=4174b905424b75e342b3bd0c68789ef021b61778;hp=6fe33b5b696449963d4474a7cd2fe8f8af5fe86d;hpb=32dde2a3e67e7c517fe2699b3f24781b4a48ae59;p=lttng-ci.git diff --git a/scripts/liburcu/build.sh b/scripts/liburcu/build.sh index 6fe33b5..b4cc761 100755 --- a/scripts/liburcu/build.sh +++ b/scripts/liburcu/build.sh @@ -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"