Skip to content

Commit 3567b5d

Browse files
committed
Forced to generate the build archive file.
1 parent 6f3c969 commit 3567b5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

surefire-its/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ public static Iterable<Object[]> data() {
5858
@SuppressWarnings("checkstyle:visibilitymodifier")
5959
public String profileId;
6060

61+
@Test
62+
public void testForcedToFail() {
63+
throw new RuntimeException();
64+
}
65+
6166
@Test
6267
public void properNewlinesAndEncodingWithDefaultEncodings() throws Exception {
6368
OutputValidator outputValidator = unpack().forkOnce().executeTest();

0 commit comments

Comments
 (0)