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