[Hackage] #848: Don't prefix test output with ">>>"

Hackage cvs-ghc at haskell.org
Mon Jul 18 00:40:55 CEST 2011


#848: Don't prefix test output with ">>>"
----------------------------+-----------------------------------------------
  Reporter:  tibbe          |        Owner:  ttuegel
      Type:  defect         |       Status:  closed 
  Priority:  normal         |    Milestone:         
 Component:  Cabal library  |      Version:  HEAD   
  Severity:  normal         |   Resolution:  fixed  
  Keywords:                 |   Difficulty:  unknown
Ghcversion:                 |     Platform:         
----------------------------+-----------------------------------------------
Changes (by duncan):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Applied.

 {{{
 Fri Jul  8 04:50:07 BST 2011  Thomas Tuegel <ttuegel at gmail.com>
   * Don't prefix test output with ">>>".
   Ticket #848. Removing the prefix brings "cabal test" in line with other
 cabal
   commands, which do not prefix their output, either. Prior to this patch,
 the
   summary notices which appear before and after each test suite were
 written to
   the temporary log file along with the stdio from the test executable;
 this would
   lead to duplicate notices when the contents of the temporary log file
 are read
   onto the console. After this patch, the summary notices are never
 written to the
   temporary log file, only to the console and the final log file (which is
 never
   read by Cabal), removing the confusing duplicate notices.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/848#comment:2>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects



More information about the cabal-devel mailing list