diff options
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 9001c8b54c0..4217ac54a0f 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 + '" --old "' + testold + '" --new "' + testold + '" -f "' + initxml + '" "' + dbdir + \ +command = '"' + transformdb + '" -c --old "' + testold + '" --new "' + testold + '" -f "' + initxml + '" "' + dbdir + \ '" default.db "' + init_dbdir + '" ' TestUtil.spawn(command).waitTestSuccess() |