Skip to content

Commit e2e131c

Browse files
committed
Tweak to surefire versions and config for build image pom
2 parents bfe4b15 + 0218bea commit e2e131c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/src/main/java/com/fnproject/fn/integrationtest/IntegrationTestRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public CmdResult runFnWithInput(String input, String... args) throws Exception {
155155
if (res.isSuccess() == false) {
156156
System.out.println(res.toString());
157157
}
158-
Assertions.assertThat(res.isSuccess()).withFailMessage("Expected command '" + res.cmd + "' to return 0").isTrue();
158+
Assertions.assertThat(res.isSuccess()).withFailMessage("Expected command '" + res.cmd + "' to return 0. " + res).isTrue();
159159
return res;
160160
}
161161

0 commit comments

Comments
 (0)