summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-22 13:28:32 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-22 13:28:32 -0330
commitdcce0b7521157e3d5e35d50359ddead58ed51dc6 (patch)
tree87c284920295b3fe907acc17d9bfc5bfe73a5b33 /cpp/test/Slice/errorDetection/run.py
parentFixed tests and demos to work properly with 64bit installations (diff)
downloadice-dcce0b7521157e3d5e35d50359ddead58ed51dc6.tar.bz2
ice-dcce0b7521157e3d5e35d50359ddead58ed51dc6.tar.xz
ice-dcce0b7521157e3d5e35d50359ddead58ed51dc6.zip
Multiple changes to get tests to run against 64bit installation
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 8dcb60d5454..9470889ca32 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.getIceDir("cpp"), "bin", "slice2cpp")
+slice2cpp = os.path.join(TestUtil.getBinDir(directory), "slice2cpp")
regex1 = re.compile(r"\.ice$", re.IGNORECASE)
files = []