From 415dd6cd280e4aceb82e57e9925ffe793c442fd7 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 08:01:35 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 471b1cf..b9b43cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { script { //def implementations = sh(script: 'docker run retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() - def schemes = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split() + def schemes = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon" schemes.split().each { SCHEME -> stage("${SCHEME}") {