Test for all r7rs implementations supported by compile-r7rs

This commit is contained in:
retropikzel 2025-06-08 17:10:35 +03:00
parent 52607af205
commit 5d65d36331
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
stage('Tests') {
steps {
script {
def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true)
def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split()
implementations.each { implementation->
tests.each { test ->