summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/simple/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/simple/run.py')
-rwxr-xr-xcpp/test/IceGrid/simple/run.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/simple/run.py b/cpp/test/IceGrid/simple/run.py
index 8dfe7cba084..7b44716f4d8 100755
--- a/cpp/test/IceGrid/simple/run.py
+++ b/cpp/test/IceGrid/simple/run.py
@@ -23,6 +23,7 @@ import TestUtil, IceGridAdmin
# Test IceGrid discovery with multiple replicas
IceGridAdmin.nreplicas=2
+testdir = os.path.join(os.getcwd(),)
#
# Test client/server without on demand activation.
#
@@ -31,4 +32,5 @@ IceGridAdmin.iceGridClientServerTest("", "--TestAdapter.Endpoints=default --Test
#
# Test client/server with on demand activation.
#
-IceGridAdmin.iceGridTest("simple_server.xml", "--with-deploy")
+IceGridAdmin.iceGridTest("simple_server.xml", "--with-deploy",
+ "server.dir='%s'" % TestUtil.getTestDirectory("server"))