--- old/test/jdk/tools/jpackage/share/AddLaunchersTest.java 2019-09-06 15:58:30.169828400 -0400 +++ new/test/jdk/tools/jpackage/share/AddLaunchersTest.java 2019-09-06 15:58:28.217728200 -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",