summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/dbmap/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-09-12 21:37:47 +0000
committerMark Spruiell <mes@zeroc.com>2005-09-12 21:37:47 +0000
commit5616a17ede0c45d8d1276b6f262ec2ae320673a0 (patch)
tree9d98c3b2e3802c214701d7dbfd007d5317015326 /cpp/test/FreezeScript/dbmap/run.py
parentminor fixes; adding Ice.Compression.Level (diff)
downloadice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.tar.bz2
ice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.tar.xz
ice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.zip
removing print statement
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-xcpp/test/FreezeScript/dbmap/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py
index 00d026e7273..cb5bcbbbe9a 100755
--- a/cpp/test/FreezeScript/dbmap/run.py
+++ b/cpp/test/FreezeScript/dbmap/run.py
@@ -120,7 +120,6 @@ print "validating database...",
sys.stdout.flush()
command = transformdb + " --old " + testnew + " --new " + testnew + " -f " + checkxml + " " + check_dbdir + " default.db " + tmp_dbdir
-print command
if os.system(command) != 0:
sys.exit(1)