mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Merge pull request #301 from marcusholl/pr/noStashUnstashOutputWrittenByTests
Remove output to stdout from tests
This commit is contained in:
commit
154750d98d
@ -30,8 +30,8 @@ class BasePiperTestContext {
|
||||
Utils mockUtils() {
|
||||
def mockUtils = new Utils()
|
||||
mockUtils.steps = [
|
||||
stash : { m -> println "stash name = ${m.name}" },
|
||||
unstash: { println "unstash called ..." }
|
||||
stash : { },
|
||||
unstash: { }
|
||||
]
|
||||
LibraryLoadingTestExecutionListener.prepareObjectInterceptors(mockUtils)
|
||||
return mockUtils
|
||||
|
Loading…
Reference in New Issue
Block a user