summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/evictor/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-05-28 15:21:24 -0700
committerMark Spruiell <mes@zeroc.com>2010-05-28 15:21:24 -0700
commit74581003486030ea874707085d5bf7cdce28f501 (patch)
treeb6007dfaeb37919c52e84dbd6454528e8b914a6f /cpp/test/FreezeScript/evictor/run.py
parentBug 4754 - VS plugin properties not working with VS2010 (diff)
downloadice-74581003486030ea874707085d5bf7cdce28f501.tar.bz2
ice-74581003486030ea874707085d5bf7cdce28f501.tar.xz
ice-74581003486030ea874707085d5bf7cdce28f501.zip
bug 4714 - FreezeScript utilities do not work on an open environment
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 085b96ef212..e722a4ea3c8 100755
--- a/cpp/test/FreezeScript/evictor/run.py
+++ b/cpp/test/FreezeScript/evictor/run.py
@@ -54,7 +54,7 @@ checkxml = os.path.join(os.getcwd(), "check.xml")
print "executing evictor transformations...",
sys.stdout.flush()
-command = '"' + transformdb + '" -e -p --old "' + testold + '" --new "' + testnew + '" -f "' + transformxml + '" "' + dbdir + \
+command = '"' + transformdb + '" -c -e -p --old "' + testold + '" --new "' + testnew + '" -f "' + transformxml + '" "' + dbdir + \
'" evictor.db "' + check_dbdir + '" '
proc = TestUtil.spawn(command)
proc.waitTestSuccess()