Fixing tests

This commit is contained in:
retropikzel 2026-07-21 21:55:08 +03:00
parent e538f89251
commit 959fc2f83d
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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"
}
}
}