summaryrefslogtreecommitdiff
path: root/cs/test/IceGrid/simple/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/IceGrid/simple/run.py')
-rwxr-xr-xcs/test/IceGrid/simple/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cs/test/IceGrid/simple/run.py b/cs/test/IceGrid/simple/run.py
index e47e4137ea8..4e190bf017c 100755
--- a/cs/test/IceGrid/simple/run.py
+++ b/cs/test/IceGrid/simple/run.py
@@ -31,7 +31,8 @@ testdir = os.path.join(toplevel, "test", name)
#
# Test client/server without on demand activation.
#
-IceGridAdmin.iceGridClientServerTest(name, "", "--TestAdapter.Endpoints=default --TestAdapter.AdapterId=TestAdapter")
+IceGridAdmin.iceGridClientServerTest(name, "", "--Ice.OA.TestAdapter.Endpoints=default" + \
+ " --Ice.OA.TestAdapter.AdapterId=TestAdapter")
#
# Test client/server with on demand activation.