Updating tests

This commit is contained in:
retropikzel 2025-09-26 13:24:38 +03:00
parent 4ea2c1fcb4
commit 8932d84664
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
schemes.split().each { SCHEME ->
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm ; cat .test-r7rs/${SCHEME}/logs/*.log"
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm"
}
}
}