
#806: cabal test should not concatenate test logs by default ----------------------------+----------------------------------------------- Reporter: tibbe | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Comment(by tibbe): This looks particularly bad when you pass `--show-details=always`: {{{ $ cabal test --show-details=always simple Running 1 test suites... Test suite simple: RUNNING...
Test suite simple: RUNNING... Basic socket operations:
testSend: [OK]
testSendAll: [OK]
testSendTo: [OK]
testSendAllTo: [OK]
testSendMany: [OK]
testSendManyTo: [OK]
testRecv: [OK]
testOverFlowRecv: [OK]
testRecvFrom: [OK]
testOverFlowRecvFrom: [OK]
Test Cases Total Passed 10 10 Failed 0 0 Total 10 10 Test suite simple: PASS Test suite logged to: dist/test/network-2.3.0.2-simple.log Test suite simple: RUNNING... Basic socket operations:
testSend: [OK]
testSendAll: [OK]
testSendTo: [OK]
testSendAllTo: [OK]
testSendMany: [OK]
testSendManyTo: [OK]
testRecv: [OK]
testOverFlowRecv: [OK]
testRecvFrom: [OK]
testOverFlowRecvFrom: [OK]
Test Cases Total Passed 10 10 Failed 0 0 Total 10 10 Test suite simple: PASS
}}}
-- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/806#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects