#908 closed defect

Make all test_runner tests work on cygwin — at Initial Version

Reported by: davidsarah Owned by: somebody
Priority: major Milestone: eventually
Component: code Version: 1.5.0
Keywords: windows cygwin test Cc:
Launchpad Bug:

Description

source:src/allmydata/test/test_runner.py skips some tests due to this code:

if "cygwin" in sys.platform.lower():
    raise unittest.SkipTest("We don't know how to make this test work on cygwin: spawnProcess seems to hang forever. We don't know if 'bin/tahoe start' can be run on cygwin.")

Change History (0)

Note: See TracTickets for help on using tickets.