Fixing jetty-start test usecases

This commit is contained in:
Joakim Erdfelt 2016-07-26 12:57:30 -07:00
parent 8b6f4fcb5e
commit 68f684eb3c
6 changed files with 12 additions and 7 deletions

View File

@ -125,7 +125,7 @@ public class TestUseCases
Main main = new Main();
List<String> cmdLine = new ArrayList<>();
// cmdLine.add("--debug");
cmdLine.add("--debug");
if (commandLineArgs != null)
{
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
--create-startd --add=optional
--add-to-start=extra
--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