diff options
Diffstat (limited to 'cpp/test/IceGrid/deployer/run.py')
-rwxr-xr-x | cpp/test/IceGrid/deployer/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/deployer/run.py b/cpp/test/IceGrid/deployer/run.py index 106c00ec68f..be1f1ddf91f 100755 --- a/cpp/test/IceGrid/deployer/run.py +++ b/cpp/test/IceGrid/deployer/run.py @@ -20,6 +20,8 @@ if len(path) == 0: sys.path.append(os.path.join(path[0])) from scripts import * +os.environ["MY_FOO"] = "12" + IceGridAdmin.iceGridTest("application.xml", '--TestDir="%s"' % os.getcwd(), "icebox.exe='%s'" % TestUtil.getIceBox()) # Tests with targets |