From: Michael Jeanson Date: Fri, 5 Jun 2020 20:20:53 +0000 (-0400) Subject: jjb: librseq: TAP tests were removed upstream X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=4b8ed6e3be85066d8399db8d19447e05e0745fb7;p=lttng-ci.git jjb: librseq: TAP tests were removed upstream Signed-off-by: Michael Jeanson --- diff --git a/scripts/librseq/build.sh b/scripts/librseq/build.sh index 064a658..92865de 100755 --- a/scripts/librseq/build.sh +++ b/scripts/librseq/build.sh @@ -279,7 +279,7 @@ ret=$? 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" +#rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$WORKSPACE/tap" # Clean the build directory $MAKE clean