test/jdk/tools/jpackage/share/AddLaunchersTest.java
branchJDK-8200758-branch
changeset 58114 42df7de58e39
parent 57446 5a5b85f00a63
child 58147 45a9084fe981
--- a/test/jdk/tools/jpackage/share/AddLaunchersTest.java	Tue Sep 10 09:18:19 2019 -0400
+++ b/test/jdk/tools/jpackage/share/AddLaunchersTest.java	Tue Sep 10 14:57:03 2019 -0400
@@ -35,6 +35,7 @@
     private static final String OUTPUT = "output";
     private static final String [] CMD1 = {
         "--description", "Test non modular app with multiple add-launchers where one is modular app and other is non modular app",
+        "--package-type", "app-image",
         "--input", "input",
         "--output", OUTPUT,
         "--name", "test",
@@ -47,6 +48,7 @@
 
     private static final String [] CMD2 = {
         "--description", "Test modular app with multiple add-launchers where one is modular app and other is non modular app",
+        "--package-type", "app-image",
         "--input", "input",
         "--output", OUTPUT,
         "--name", "test",