diff options
Diffstat (limited to 'java/test/Ice/servantLocator/run.py')
-rwxr-xr-x | java/test/Ice/servantLocator/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/servantLocator/run.py b/java/test/Ice/servantLocator/run.py index 1b626736cb9..a337928b7e3 100755 --- a/java/test/Ice/servantLocator/run.py +++ b/java/test/Ice/servantLocator/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "servantLocator") nameAMD = os.path.join("Ice", "servantLocatorAMD") |