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