From 424bba978287d401dd5deddf4357e098b86a23fc Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 08:05:31 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b9b43cc..b80536b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { schemes.split().each { SCHEME -> stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "test-r7s test.scm" + sh "test-r7rs test.scm" } } }