Rev 6043: Switch sync to default True, and try another failed run. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-failing-no-fdatasync
John Arbash Meinel
john at arbash-meinel.com
Wed Aug 31 07:19:36 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/2.4-failing-no-fdatasync
------------------------------------------------------------
revno: 6043
revision-id: john at arbash-meinel.com-20110831071859-aawzx4xqsq0a6xhq
parent: john at arbash-meinel.com-20110830143649-x53f1v1b0ifx2jh7
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-failing-no-fdatasync
timestamp: Wed 2011-08-31 09:18:59 +0200
message:
Switch sync to default True, and try another failed run.
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2011-08-30 10:45:40 +0000
+++ b/bzrlib/builtins.py 2011-08-31 07:18:59 +0000
@@ -3750,7 +3750,7 @@
randomize=None, exclude=None, strict=False,
load_list=None, debugflag=None, starting_with=None, subunit=False,
parallel=None, lsprof_tests=False,
- sync=False):
+ sync=True):
from bzrlib import tests
if testspecs_list is not None:
More information about the bazaar-commits
mailing list