diff options
Diffstat (limited to 'py/test/Slice/keyword/run.py')
-rwxr-xr-x | py/test/Slice/keyword/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/test/Slice/keyword/run.py b/py/test/Slice/keyword/run.py index a9decea1379..1e8824ce002 100755 --- a/py/test/Slice/keyword/run.py +++ b/py/test/Slice/keyword/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() testdir = os.path.dirname(os.path.abspath(__file__)) |