Skip to content

Commit

Permalink
chore: Commented out the "set-exit-code" parameter to hopefully get b…
Browse files Browse the repository at this point in the history
…etter build failures on Jenkins.

(We possibly need to add an explicit call to "verify" the junit output)
  • Loading branch information
chrisdutz committed Dec 6, 2023
1 parent e0758fa commit f2b1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
<configuration>
<skip>${skipTests}</skip>
<exec>go-junit-report</exec>
<customCommand>-set-exit-code</customCommand>
<!--customCommand>-set-exit-code</customCommand-->
<buildFlags>
<flag>-in</flag>
<flag>${project.build.directory}${file.separator}reports${file.separator}test-out-verbose.log</flag>
Expand Down

0 comments on commit f2b1c66

Please sign in to comment.