Fix testing

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

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
stage('R7RS tests') { stage('R7RS tests') {
steps { steps {
script { script {
def implementations = sh(script: 'compile-scheme --list-r7rs except', returnStdout: true).split() def implementations = sh(script: 'compile-scheme --list-r7rs-except larceny', returnStdout: true).split()
params.LIBRARIES.split().each { LIBRARY -> params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") { stage("${LIBRARY}") {
parallel implementations.collectEntries { SCHEME -> parallel implementations.collectEntries { SCHEME ->