diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-03-18 23:53:29 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-03-18 23:53:29 +0100 |
commit | ae4f24819aa373ddc342b201de41bd5b8a42435e (patch) | |
tree | 7e044e5cda298057441062f569b671813c8b7104 /cpp/test/FreezeScript/dbmap/run.py | |
parent | bug 2820: IceBox fixes (diff) | |
download | ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.tar.bz2 ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.tar.xz ice-ae4f24819aa373ddc342b201de41bd5b8a42435e.zip |
- Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2832 bug 2832]
- Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2833 bug 2833]
- Cleaned up C# IceSSL configuration test.
- Fixed build system bug introduced bug fix for bug [http://bugzilla/bugzilla/show_bug.cgi?id=2831 bug 2831]
- Got rid of some unecessary methods from TestUtil.py (getCertsDir, getBinDir)
- Fixed bug where -I/include was added to the CPPFLAGS on Linux
- Removed generation of {{{Ice-<version>-demos-for-msi.zip}}}
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 d2514a34df1..ff66087b358 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(TestUtil.getBinDir(directory), "transformdb") +transformdb = os.path.join(TestUtil.getCppBinDir(), "transformdb") dbdir = os.path.join(directory, "db") TestUtil.cleanDbDir(dbdir) |