Updating tests

This commit is contained in:
retropikzel 2025-09-26 08:05:31 +03:00
parent 415dd6cd28
commit 424bba9782
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
schemes.split().each { SCHEME -> schemes.split().each { SCHEME ->
stage("${SCHEME}") { stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "test-r7s test.scm" sh "test-r7rs test.scm"
} }
} }
} }