summaryrefslogtreecommitdiff
path: root/java/test
diff options
context:
space:
mode:
Diffstat (limited to 'java/test')
-rw-r--r--java/test/controller/src/main/java/Test/Common/ControllerServer.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/controller/src/main/java/Test/Common/ControllerServer.java b/java/test/controller/src/main/java/Test/Common/ControllerServer.java
index d5ffbd32dee..a44252a3ad9 100644
--- a/java/test/controller/src/main/java/Test/Common/ControllerServer.java
+++ b/java/test/controller/src/main/java/Test/Common/ControllerServer.java
@@ -47,6 +47,8 @@ public class ControllerServer extends Ice.Application
{
if(line.matches(Pattern.quote("starting server...") + ".*ok") ||
line.matches(Pattern.quote("starting serveramd...") + ".*ok") ||
+ line.matches(Pattern.quote("starting servertie...") + ".*ok") ||
+ line.matches(Pattern.quote("starting serveramdtie...") + ".*ok") ||
line.matches("starting test.*" + Pattern.quote("Server...") + ".*ok"))
{
synchronized(ServerI.this)