< prev index next >

test/jdk/tools/jpackage/share/ModuleTest.java

Print this page

        

@@ -33,17 +33,19 @@
  */
 public class ModuleTest {
     private static final String OUTPUT = "output";
 
     private static final String [] CMD1 = {
+        "--package-type", "app-image",
         "--module-path", "module",
         "--module", "com.other/com.other.Other",
         "--output", OUTPUT,
         "--name", "test",
     };
 
     private static String [] commands = {
+        "--package-type", "app-image",
         "--module-path", "module",
         "--module", "com.other/com.other.Other",
         "--output", OUTPUT,
         "--name", "test",
         "--add-modules", "TBD",
< prev index next >