< prev index next >

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

Print this page

        

@@ -33,10 +33,11 @@
  */
 public class ArgumentsModuleTest {
     private static final String OUTPUT = "output";
 
     private static final String[] CMD = {
+        "--package-type", "app-image",
         "--output", OUTPUT,
         "--name", "test",
         "--module", "com.hello/com.hello.Hello",
         "--module-path", "input",
         "--arguments", "TBD"};
< prev index next >