test: New mode --show-details=direct
This mode implements #2911, and allows to connect the test runner directly to stdout/stdin. This is more reliable in the presence of no threading, i.e. a work-arond for #2398. I make the test suite use this, so that it passes again, despite printing lots of stuff. Once #2398 is fixed properly, the test suite should probably be extended to test all the various --show-details modes.
Showing
- Cabal/Distribution/Simple/Setup.hs 3 additions, 2 deletionsCabal/Distribution/Simple/Setup.hs
- Cabal/Distribution/Simple/Test/ExeV10.hs 16 additions, 13 deletionsCabal/Distribution/Simple/Test/ExeV10.hs
- Cabal/changelog 4 additions, 0 deletionsCabal/changelog
- Cabal/tests/PackageTests/TestSuiteTests/ExeV10/Check.hs 1 addition, 1 deletionCabal/tests/PackageTests/TestSuiteTests/ExeV10/Check.hs
Please register or sign in to comment