From 93d6eb1dd895b81aaa38eb8bc26159c4b44dcbc2 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 20 Jul 2025 10:46:00 +0300 Subject: [PATCH] Making tests work --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fa3f26c..f988344 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,8 @@ pipeline { stage('Tests') { steps { script { - //def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() - def implementations = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split() + def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() + //def implementations = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split() parallel implementations.collectEntries { implementation-> [(implementation): {