summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-20 23:12:11 +0100
committerJose <jose@zeroc.com>2014-11-20 23:12:11 +0100
commit0da5f57fabef54f364e1db8ac52e24a80d55e440 (patch)
treeddb7083054ac6e6acb69061c9fd2168d6d20d973 /cpp
parentICE-5927 - Amend previous timeout fix to make them look cleaner (diff)
downloadice-0da5f57fabef54f364e1db8ac52e24a80d55e440.tar.bz2
ice-0da5f57fabef54f364e1db8ac52e24a80d55e440.tar.xz
ice-0da5f57fabef54f364e1db8ac52e24a80d55e440.zip
Fixed (ICE-5950) - test\Slice\errorDetection failure with VC120 x64
Diffstat (limited to 'cpp')
-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 3ab0064935b..4f5e1d40d55 100755
--- a/cpp/test/Slice/errorDetection/run.py
+++ b/cpp/test/Slice/errorDetection/run.py
@@ -20,7 +20,7 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-slice2cpp = '"%s"' % os.path.join(TestUtil.getCppBinDir(), "slice2cpp")
+slice2cpp = '"%s"' % TestUtil.getSliceTranslator()
regex1 = re.compile("\.ice$", re.IGNORECASE)
files = []