Fix testing

This commit is contained in:
retropikzel 2025-12-11 18:28:14 +02:00
parent 2f4918264a
commit 64159ae16c
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
[(SCHEME): {
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} DOCKER_QUIET="" test-r6rs-docker"
sh "make SCHEME=${SCHEME} DOCKER_QUIET='' test-r6rs-docker"
}
}
}]
@ -48,7 +48,7 @@ pipeline {
[(SCHEME): {
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} DOCKER_QUIET="" test-r7rs-docker"
sh "make SCHEME=${SCHEME} DOCKER_QUIET='' test-r7rs-docker"
}
}
}]