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