From 27f5232d981d9d8b869213dd7a0a0ee64b835d41 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 13 Sep 2025 12:12:04 +0300 Subject: [PATCH] Fixing tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea28c28..daeb33a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,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).split() + def implementations = sh(script: 'docker run retropikzel1/compile-r7rs 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 ->