summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/evictor/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-02 20:12:11 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-02 20:12:11 +0000
commita11266cc09b6a74405f0f7e0e667027cf88ec0c9 (patch)
tree30aa32476cfd2458dc1c3792d4a6491567e61f4a /cpp/test/FreezeScript/evictor/run.py
parentAdded MemoryPool to IceUtil (diff)
downloadice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.tar.bz2
ice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.tar.xz
ice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.zip
minor
Diffstat (limited to 'cpp/test/FreezeScript/evictor/run.py')
-rwxr-xr-xcpp/test/FreezeScript/evictor/run.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/FreezeScript/evictor/run.py b/cpp/test/FreezeScript/evictor/run.py
index 8812a486cd8..adb2b69d284 100755
--- a/cpp/test/FreezeScript/evictor/run.py
+++ b/cpp/test/FreezeScript/evictor/run.py
@@ -36,7 +36,7 @@ if os.path.exists(tmp_dbdir):
shutil.rmtree(tmp_dbdir)
os.mkdir(tmp_dbdir)
-print "creating test database... ",
+print "creating test database...",
sys.stdout.flush()
makedb = os.path.join(directory, "makedb") + " " + directory
@@ -50,7 +50,7 @@ testnew = os.path.join(directory, "TestNew.ice")
transformxml = os.path.join(directory, "transform.xml")
checkxml = os.path.join(directory, "check.xml")
-print "executing evictor transformations... ",
+print "executing evictor transformations...",
sys.stdout.flush()
command = transformdb + " -e -p --old " + testold + " --new " + testnew + " -f " + transformxml + " " + dbdir + " evictor.db " + check_dbdir
@@ -59,7 +59,7 @@ stderr.readlines()
print "ok"
-print "validating database... ",
+print "validating database...",
sys.stdout.flush()
command = transformdb + " -e --old " + testnew + " --new " + testnew + " -f " + checkxml + " " + check_dbdir + " evictor.db " + tmp_dbdir