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