summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/dbmap/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-02-20 14:55:03 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-02-20 14:55:03 +0100
commitef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a (patch)
tree7821abf012f88616a3d718f9e60f2adedc5c7d5c /cpp/test/FreezeScript/dbmap/run.py
parentFixed errors indtoduced with adding getPropertyAsList (diff)
downloadice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.bz2
ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.tar.xz
ice-ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a.zip
Fixes to allow building/running tests against binary distribution
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-xcpp/test/FreezeScript/dbmap/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py
index bba63dcc45e..d2514a34df1 100755
--- a/cpp/test/FreezeScript/dbmap/run.py
+++ b/cpp/test/FreezeScript/dbmap/run.py
@@ -22,7 +22,7 @@ import TestUtil
TestUtil.processCmdLine()
directory = os.path.dirname(os.path.abspath(__file__))
-transformdb = os.path.join(toplevel, "cpp", "bin", "transformdb")
+transformdb = os.path.join(TestUtil.getBinDir(directory), "transformdb")
dbdir = os.path.join(directory, "db")
TestUtil.cleanDbDir(dbdir)