diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-11 18:10:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-11 18:10:40 +0000 |
commit | 5611579110ed0c87336894a0ad1ab6fdad149644 (patch) | |
tree | a75c3d6e99a2e0b92151ce3a61c3a5b19f221a98 /cpp/test/FreezeScript/dbmap/run.py | |
parent | Added Ice.Warn.Endpoints (diff) | |
download | ice-5611579110ed0c87336894a0ad1ab6fdad149644.tar.bz2 ice-5611579110ed0c87336894a0ad1ab6fdad149644.tar.xz ice-5611579110ed0c87336894a0ad1ab6fdad149644.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-x | cpp/test/FreezeScript/dbmap/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py index cb5bcbbbe9a..00d026e7273 100755 --- a/cpp/test/FreezeScript/dbmap/run.py +++ b/cpp/test/FreezeScript/dbmap/run.py @@ -120,6 +120,7 @@ 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) |