Upgrading tests

This commit is contained in:
retropikzel 2025-09-27 15:38:49 +03:00
parent 2d49f8d4fe
commit d0df734a1a
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -32,9 +32,9 @@ 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"
sh "cat .tmp/test/test-r7rs/tmp/*"
sh "cat .tmp/test/test-r7rs/Dockerfile"
sh "cat .tmp/test-r7rs/${SCHEME}/logs/*.log"
}
}
}