diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-06-01 15:18:00 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-06-01 15:18:00 -0700 |
commit | d126084328fc7c7adbe807b58cb91018a9d5e52a (patch) | |
tree | a66d238a4a93d4282e9a7e91bf3fd26e0f2ff7d7 /cpp/test/FreezeScript/dbmap/run.py | |
parent | Fix TestUtil for VS2010 installations (diff) | |
download | ice-d126084328fc7c7adbe807b58cb91018a9d5e52a.tar.bz2 ice-d126084328fc7c7adbe807b58cb91018a9d5e52a.tar.xz ice-d126084328fc7c7adbe807b58cb91018a9d5e52a.zip |
fixing FreezeScript database flags
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-x | cpp/test/FreezeScript/dbmap/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py index 4217ac54a0f..9001c8b54c0 100755 --- a/cpp/test/FreezeScript/dbmap/run.py +++ b/cpp/test/FreezeScript/dbmap/run.py @@ -111,7 +111,7 @@ checkxml = os.path.join(os.getcwd(), "check.xml") print "initializing test database...", sys.stdout.flush() -command = '"' + transformdb + '" -c --old "' + testold + '" --new "' + testold + '" -f "' + initxml + '" "' + dbdir + \ +command = '"' + transformdb + '" --old "' + testold + '" --new "' + testold + '" -f "' + initxml + '" "' + dbdir + \ '" default.db "' + init_dbdir + '" ' TestUtil.spawn(command).waitTestSuccess() |