We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0be9dc + 626d088 commit ff11d20Copy full SHA for ff11d20
dev/wlp.lib.extract_fat/fat/src/wlp/lib/extract/PackageRunnableTest.java
@@ -176,7 +176,7 @@ public void testRunnableJarLaunchOnlyWithUserDirSet() throws Exception {
176
177
String stdout = server.executeServerScript("package",
178
new String[] { "--archive=" + runnableJar.getAbsolutePath(),
179
- "--include=minify,runnable" }).getStdout();
+ "--include=runnable" }).getStdout();
180
181
String searchString = "Server " + serverName + " package complete";
182
if (!stdout.contains(searchString)) {
0 commit comments