Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:50:09 +02:00
parent 38f62e1969
commit 6251188400
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('Tests') {
steps {
script {
def implementations = sh(script: 'chibi chicken foment gauche guile kawa mosh racket sagittarius stklos ypsilon', returnStdout: true).split()
def implementations = 'chibi chicken foment gauche guile kawa mosh racket sagittarius stklos ypsilon'.split()
params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") {