Skip to content

Commit 5e7f0fb

Browse files
committed
Avoid deprecation warning for missing subcommand
1 parent d7ab63e commit 5e7f0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/ModularUserGuideTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ private static void junit(Path temp, Writer out, Writer err) throws Exception {
145145
command.add("--module");
146146
command.add("org.junit.platform.console");
147147

148+
command.add("execute");
148149
command.add("--scan-modules");
149150

150151
command.add("--config");

0 commit comments

Comments
 (0)