diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-02 20:12:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-02 20:12:11 +0000 |
commit | a11266cc09b6a74405f0f7e0e667027cf88ec0c9 (patch) | |
tree | 30aa32476cfd2458dc1c3792d4a6491567e61f4a /cpp/test/FreezeScript/evictor/run.py | |
parent | Added MemoryPool to IceUtil (diff) | |
download | ice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.tar.bz2 ice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.tar.xz ice-a11266cc09b6a74405f0f7e0e667027cf88ec0c9.zip |
minor
Diffstat (limited to 'cpp/test/FreezeScript/evictor/run.py')
-rwxr-xr-x | cpp/test/FreezeScript/evictor/run.py | 6 |
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 |