summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/evictor/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-03-18 23:53:29 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-03-18 23:53:29 +0100
commitae4f24819aa373ddc342b201de41bd5b8a42435e (patch)
tree7e044e5cda298057441062f569b671813c8b7104 /cpp/test/FreezeScript/evictor/run.py
parentbug 2820: IceBox fixes (diff)
downloadice-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/evictor/run.py')
-rwxr-xr-xcpp/test/FreezeScript/evictor/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/evictor/run.py b/cpp/test/FreezeScript/evictor/run.py
index e5d155f3f75..c758e6dba4a 100755
--- a/cpp/test/FreezeScript/evictor/run.py
+++ b/cpp/test/FreezeScript/evictor/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)