jjb: reduce ircbot verbosity
[lttng-ci.git] / scripts / librseq / build.sh
index d56a399fcdbe9869c88c971b44e24de5ff014c8e..95b770e8326838b6d48cc15d823426ed8d9d2945 100755 (executable)
@@ -265,6 +265,9 @@ set -e
 # 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"
+
 # Clean the build directory
 $MAKE clean
 
This page took 0.023224 seconds and 4 git commands to generate.