Updating tests

This commit is contained in:
retropikzel 2025-09-26 14:50:06 +03:00
parent db3b1226cf
commit cb3f3c1b49
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -32,6 +32,8 @@ pipeline {
}
stage("${SCHEME} logs") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "cat .test-r7rs/tmp/*"
sh "cat .test-r7rs/Dockerfile"
sh "cat .test-r7rs/${SCHEME}/logs/*.log"
}
}