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