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