diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index 6fedf753866..81554dfc998 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -22,6 +22,7 @@ else: # sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() directory = os.path.dirname(os.path.abspath(__file__)) slice2cpp = os.path.join(TestUtil.getBinDir(__file__), "slice2cpp") |