From 28fca6c50fd036d648c73d64b781ad4dbdb71d8d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 11 Dec 2025 18:43:11 +0200 Subject: [PATCH] Fix testing --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c91aa5a..19ca872 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { stage('R7RS tests') { steps { 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 -> stage("${LIBRARY}") { parallel implementations.collectEntries { SCHEME ->