diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
commit | ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a (patch) | |
tree | 7821abf012f88616a3d718f9e60f2adedc5c7d5c /cpp/test/Slice/errorDetection/run.py | |
parent | Fixed errors indtoduced with adding getPropertyAsList (diff) | |
download | ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.bz2 ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.xz ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.zip |
Fixes to allow building/running tests against binary distribution
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 81554dfc998..8dcb60d5454 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -25,7 +25,7 @@ import TestUtil TestUtil.processCmdLine() directory = os.path.dirname(os.path.abspath(__file__)) -slice2cpp = os.path.join(TestUtil.getBinDir(__file__), "slice2cpp") +slice2cpp = os.path.join(TestUtil.getIceDir("cpp"), "bin", "slice2cpp") regex1 = re.compile(r"\.ice$", re.IGNORECASE) files = [] |