Skip to content

Commit

Permalink
Merge pull request #15795 from hlhoots/15794-TestRemoveMinifyInPackag…
Browse files Browse the repository at this point in the history
…eRunnableTest

15794 Test remove minify in packagerunnabletest
  • Loading branch information
hlhoots authored Feb 4, 2021
2 parents f0be9dc + 626d088 commit ff11d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testRunnableJarLaunchOnlyWithUserDirSet() throws Exception {

String stdout = server.executeServerScript("package",
new String[] { "--archive=" + runnableJar.getAbsolutePath(),
"--include=minify,runnable" }).getStdout();
"--include=runnable" }).getStdout();

String searchString = "Server " + serverName + " package complete";
if (!stdout.contains(searchString)) {
Expand Down

0 comments on commit ff11d20

Please sign in to comment.