diff options
Diffstat (limited to 'cpp/test/Ice/inheritance/run.py')
-rwxr-xr-x | cpp/test/Ice/inheritance/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/inheritance/run.py b/cpp/test/Ice/inheritance/run.py index 4891102c8f9..7ecff0e5ae5 100755 --- a/cpp/test/Ice/inheritance/run.py +++ b/cpp/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") |