From 4b8ed6e3be85066d8399db8d19447e05e0745fb7 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 5 Jun 2020 16:20:53 -0400 Subject: [PATCH] jjb: librseq: TAP tests were removed upstream Signed-off-by: Michael Jeanson --- scripts/librseq/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1