Merge branch 'jetty-9.4.x'

This commit is contained in:
Joakim Erdfelt 2016-07-26 12:58:03 -07:00
commit cc75888b7f
6 changed files with 12 additions and 7 deletions

View File

@ -125,7 +125,7 @@ public class TestUseCases
Main main = new Main(); Main main = new Main();
List<String> cmdLine = new ArrayList<>(); List<String> cmdLine = new ArrayList<>();
// cmdLine.add("--debug"); cmdLine.add("--debug");
if (commandLineArgs != null) if (commandLineArgs != null)
{ {
for (String arg : commandLineArgs) for (String arg : commandLineArgs)

View File

@ -1 +1,2 @@
--create-startd --add=optional --create-startd
--add-to-start=optional

View File

@ -1 +1,2 @@
--create-startd --add=unknown --create-startd
--add-to-start=unknown

View File

@ -1,2 +1,3 @@
--add=extra --add-to-start=extra
--create-startd --add=optional --create-startd
--add-to-start=optional

View File

@ -1 +1,2 @@
--create-startd --add=demo --create-startd
--add-to-start=demo

View File

@ -1 +1,2 @@
--create-startd --add=abstractB,abstractA --create-startd
--add-to-start=abstractB,abstractA