summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-xcpp/test/Slice/errorDetection/run.py2
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 = []