Updating tests
This commit is contained in:
parent
4ea2c1fcb4
commit
8932d84664
|
|
@ -27,7 +27,7 @@ pipeline {
|
||||||
schemes.split().each { SCHEME ->
|
schemes.split().each { SCHEME ->
|
||||||
stage("${SCHEME}") {
|
stage("${SCHEME}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm ; cat .test-r7rs/${SCHEME}/logs/*.log"
|
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue