From b11f57493594622033204cdb0bd6cbf4090599cf Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 8 Jun 2025 11:21:29 +0300 Subject: [PATCH] Adding tests to Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1423023..e5596c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { steps { script { r6rs_implementations.each { implementation-> - stage("${implementation} ${test}") { + stage("${implementation}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "make test-r6rs COMPILE_R7RS=${implementation}" }