diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-02-20 14:55:03 +0100 |
commit | ef9aac9d77d3f58c4bb0901cba3a182c45bc2c6a (patch) | |
tree | 7821abf012f88616a3d718f9e60f2adedc5c7d5c /cpp/test/FreezeScript/dbmap/run.py | |
parent | Fixed errors indtoduced with adding getPropertyAsList (diff) | |
download | ice-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-x | cpp/test/FreezeScript/dbmap/run.py | 2 |
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) |