diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-09-12 21:37:47 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-09-12 21:37:47 +0000 |
commit | 5616a17ede0c45d8d1276b6f262ec2ae320673a0 (patch) | |
tree | 9d98c3b2e3802c214701d7dbfd007d5317015326 /cpp/test/FreezeScript/dbmap/run.py | |
parent | minor fixes; adding Ice.Compression.Level (diff) | |
download | ice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.tar.bz2 ice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.tar.xz ice-5616a17ede0c45d8d1276b6f262ec2ae320673a0.zip |
removing print statement
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-x | cpp/test/FreezeScript/dbmap/run.py | 1 |
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) |