Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Dec 8, 2022
1 parent 492aef4 commit c8c6126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/it/script-streamLogs-false/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ assert beanshellLog.contains('java.lang.OutOfMemoryError: Requested array size e

// groovy failed and no log message
assert !buildLog.contains('[INFO] Output from groovy script')
assert !buildLog.contains('Assertion failed:')
assert !buildLog.contains('assert pom.contains("<modelVersion>9.9.9</modelVersion>")')
assert buildLog.contains('Assertion failed:')
assert buildLog.contains('assert pom.contains("<modelVersion>9.9.9</modelVersion>")')
assert buildLog.contains('[INFO] groovy' + FS + 'pom.xml ................................... FAILED')

assert groovyLog.contains('Output from groovy script')
Expand Down

0 comments on commit c8c6126

Please sign in to comment.