summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/dbmap/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/dbmap/run.py')
-rwxr-xr-xcpp/test/Freeze/dbmap/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/dbmap/run.py b/cpp/test/Freeze/dbmap/run.py
index 5b44fac78fc..6fa90103510 100755
--- a/cpp/test/Freeze/dbmap/run.py
+++ b/cpp/test/Freeze/dbmap/run.py
@@ -29,7 +29,7 @@ TestUtil.cleanDbDir(dbdir)
client = os.path.join(testdir, "client")
print "starting client...",
-clientPipe = os.popen(client + TestUtil.clientOptions + " " + testdir + " 2>&1")
+clientPipe = os.popen(client + TestUtil.clientOptions + " --Freeze.Warn.Rollback=0 " + testdir + " 2>&1")
print "ok"
TestUtil.printOutputFromPipe(clientPipe)