< prev index next >

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

Print this page

        

@@ -33,10 +33,11 @@
  */
 public class AtFilenameTest {
     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",
< prev index next >