Updating tests
This commit is contained in:
parent
415dd6cd28
commit
424bba9782
|
|
@ -28,7 +28,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 "test-r7s test.scm"
|
sh "test-r7rs test.scm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue