diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-09-06 19:03:27 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-09-06 19:03:27 +0800 |
commit | 0341410e2f4a5079708e9022e99531ccf3b1708e (patch) | |
tree | bdbfcf6c8580e6723ec27d1ea2961c89d2515112 /cpp/test/Freeze/dbmap/run.py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1351 - use monotonic timer... (diff) | |
download | ice-0341410e2f4a5079708e9022e99531ccf3b1708e.tar.bz2 ice-0341410e2f4a5079708e9022e99531ccf3b1708e.tar.xz ice-0341410e2f4a5079708e9022e99531ccf3b1708e.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2233
Squashed commit of the following:
commit 9c5b39640659633dfad70341c4e709eeda8d5f8e
Author: Matthew Newhook <matthew@zeroc.com>
Date: Thu Sep 6 18:13:59 2007 +0800
More fixes.
commit 49cade00fee4dfc00fd688ba1ca8bcbf80376b59
Author: Matthew Newhook <matthew@zeroc.com>
Date: Thu Sep 6 17:07:36 2007 +0800
removed debug.
commit f33af74a2fe64ee2433228133c58afe6278fc5f3
Author: Matthew Newhook <matthew@zeroc.com>
Date: Thu Sep 6 17:03:01 2007 +0800
fixes.
commit a145684f88b000087a6fe5551bb9018ad03c8307
Author: Matthew Newhook <matthew@zeroc.com>
Date: Thu Sep 6 15:25:37 2007 +0800
altered reference counting as suggested in the bug report.
Diffstat (limited to 'cpp/test/Freeze/dbmap/run.py')
-rwxr-xr-x | cpp/test/Freeze/dbmap/run.py | 2 |
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) |