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 9470889ca32..abd3b0053b6 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(directory), "slice2cpp")
+slice2cpp = os.path.join(TestUtil.getCppBinDir(), "slice2cpp")
regex1 = re.compile(r"\.ice$", re.IGNORECASE)
files = []