]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: pass --reactor=poll to trial unless REACTOR variable is set, in which case...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 02:39:06 +0000 (19:39 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 02:39:06 +0000 (19:39 -0700)
commit3eb5f221d7ed217bb334d42389b01cf88919ebcd
tree61f03d5de7dd7c8ada7489674dea0d84f914ffed
parent01e5ca68e264027412c80623eecd9ff8392633e4
setup: pass --reactor=poll to trial unless REACTOR variable is set, in which case pass --reactor=$(REACTOR)
This hopefully works around the problem that Twisted v8.1.0 has a bug when used
with pyOpenSSL v0.7 which bug causes some unit tests to spuriously fail -- see
known_issues.txt r2788:

http://allmydata.org/trac/tahoe/browser/docs/known_issues.txt?rev=2788#L122

Also it matches with the fact that --reactor=poll is required on cygwin.
Makefile