]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_runner.py: skip the start/stop test when sys.platform is win32/cygwin.
authorBrian Warner <warner@allmydata.com>
Tue, 18 Sep 2007 04:56:08 +0000 (21:56 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 18 Sep 2007 04:56:08 +0000 (21:56 -0700)
commit645927ca730f77bcc4fc2f61ab2e0062d0c3df88
treee4061f36f0b99688c930cccefcee1986f71e4c59
parentf72ef4d8f9e0940f54db656cbacf5326ccdb551e
test_runner.py: skip the start/stop test when sys.platform is win32/cygwin.
The previous twisted.python.runtime.platformType approach didn't catch cygwin
for some reason.
src/allmydata/test/test_runner.py