fix deadlock in detailed-0.9 test suite runner
Fixes #2489. The detailed-0.9 test suite runner would deadlock because the IO manager was not draining the output pipe of the child process. Thanks to @r0ml for the patch.
Showing
- Cabal/Distribution/Simple/Test/LibV09.hs 8 additions, 4 deletionsCabal/Distribution/Simple/Test/LibV09.hs
- Cabal/tests/PackageTests.hs 6 additions, 6 deletionsCabal/tests/PackageTests.hs
- Cabal/tests/PackageTests/TestSuiteTests/ExeV10/Check.hs 7 additions, 7 deletionsCabal/tests/PackageTests/TestSuiteTests/ExeV10/Check.hs
- Cabal/tests/PackageTests/TestSuiteTests/LibV09/Check.hs 18 additions, 16 deletionsCabal/tests/PackageTests/TestSuiteTests/LibV09/Check.hs
- Cabal/tests/PackageTests/TestSuiteTests/LibV09/tests/Deadlock.hs 1 addition, 1 deletion...ests/PackageTests/TestSuiteTests/LibV09/tests/Deadlock.hs
Loading
Please register or sign in to comment