From 959fc2f83d5739debcfd0f82418eb1b967df0443 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Tue, 21 Jul 2026 21:55:08 +0300 Subject: [PATCH] Fixing tests --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ae91211..f959d2b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,6 @@ pipeline { stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} RNRS=r6rs test-docker" - junit ".tmp/*/*/*.xml" } } } @@ -62,7 +61,6 @@ pipeline { stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} RNRS=r7rs test-docker" - junit ".tmp/*/*/*.xml" } } }