[GHC] #15951: Hadrian test doesn't show testsuite output by default

#15951: Hadrian test doesn't show testsuite output by default -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Build System | Version: 8.6.2 (Hadrian) | Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- When running `hadrian test` the user sees no indication that the build system is actually doing anything beyond the furious whirring of their CPU fan. Once the testsuite finishes Hadrian kindly informs the user that the testsuite passed or failed, but provides no additional feedback on what failed or where the output can be found. We should just print all testsuite output to stdout, as the `make` build system does. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15951 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15951: Hadrian test doesn't show testsuite output by default -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Build System | Version: 8.6.2 (Hadrian) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): One can force the testsuite output to be produced by passing hadrian the `--verbose` flag. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15951#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15951: Hadrian test doesn't show testsuite output by default -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Build System | Version: 8.6.2 (Hadrian) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by snowleopard): I think the following should fix this (sorry for not doing a proper Phab patch): https://github.com/ghc/ghc/pull/231 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15951#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15951: Hadrian test doesn't show testsuite output by default -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Build System | Version: 8.6.2 (Hadrian) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * cc: RyanGlScott (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15951#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15951: Hadrian test doesn't show testsuite output by default -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.8.1 Component: Build System | Version: 8.6.2 (Hadrian) | Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alpmestan): * status: new => closed * resolution: => fixed Comment: Landed as 93e86d6103757b43017535c92bc6970e9e2315a5. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15951#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC