< prev index next >

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

Print this page

        

@@ -31,18 +31,20 @@
  * @run main/othervm -Xmx512m VerboseTest
  */
 public class VerboseTest {
     private static final String OUTPUT = "output";
     private static final String[] CMD = {
+        "--package-type", "app-image",
         "--input", "input",
         "--output", OUTPUT,
         "--name", "test",
         "--main-jar", "hello.jar",
         "--main-class", "Hello",
     };
 
     private static final String[] CMD_VERBOSE = {
+        "--package-type", "app-image",
         "--input", "input",
         "--output", OUTPUT,
         "--name", "test",
         "--main-jar", "hello.jar",
         "--main-class", "Hello",
< prev index next >