From 4ea2c1fcb4b212f5a877ccbaa549f6eceff65992 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 13:20:55 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1495d80..117217e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { schemes.split().each { SCHEME -> stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm" + sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm ; cat .test-r7rs/${SCHEME}/logs/*.log" } } }