diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-16 11:26:24 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-16 11:26:24 +0000 |
commit | 73e01bb42f2f75a8dbea664a664e1a19e74c28c3 (patch) | |
tree | 401359fe34493546e28880e82e6fd4629cde8eb7 /cpp/test/Slice/errorDetection/run.py | |
parent | fixes (diff) | |
download | ice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.tar.bz2 ice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.tar.xz ice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.zip |
IcePack/simple
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index ac04ed0e0dd..895e5cf397a 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -17,7 +17,7 @@ for toplevel in ["", "..", os.path.join("..", ".."), os.path.join("..", "..", ". else: raise "can't find toplevel directory!" -directory = os.path.join(toplevel, "test", "Slice", "parser") +directory = os.path.join(toplevel, "test", "Slice", "errorDetection") slice2cpp = os.path.join(toplevel, "bin", "slice2cpp") regex1 = re.compile(r".ice$", re.IGNORECASE) |