Updating tests
This commit is contained in:
parent
943e6c6622
commit
db3b1226cf
|
|
@ -30,6 +30,11 @@ pipeline {
|
||||||
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm"
|
sh "COMPILE_R7RS=${SCHEME} test-r7rs test.scm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("${SCHEME} logs") {
|
||||||
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
|
sh "cat .test-r7rs/${SCHEME}/logs/*.log"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue