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