[Hackage] #929: cabal test -v3 should output command line used to run test binary

#929: cabal test -v3 should output command line used to run test binary ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: ttuegel Type: enhancement | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.10.2.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ---------------------------------+------------------------------------------ I was trying to debug a `cabal test` issue today and in doing that I needed to understand how cabal invoked the test binary (e.g. a `stdio- exitcode` test suite.) However, passing `-v3` to `cabal test` doesn't cause it to be printed. Proposed fix: Have `cabal test -v3` output all commands being run. Model it after `-v3` for e.g. `build` or `install`. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/929 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#929: cabal test -v3 should output command line used to run test binary ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: ttuegel Type: enhancement | Status: new Priority: normal | Milestone: cabal-install-0.14 Component: cabal-install tool | Version: 1.10.2.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ---------------------------------+------------------------------------------ Changes (by kosmikus): * milestone: => cabal-install-0.14 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/929#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#929: cabal test -v3 should output command line used to run test binary ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: ttuegel Type: enhancement | Status: new Priority: normal | Milestone: cabal-install-0.14 Component: cabal-install tool | Version: 1.10.2.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ---------------------------------+------------------------------------------ Comment(by duncan): The solution is for the cabal test code to use the standard process running functions that the rest of the Cabal lib uses. That would provide the -v support in the same way as other features, and match what users expect. If there's any limitations in the existing process running functions that make them unsuitable then we should fix that. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/929#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#929: cabal test -v3 should output command line used to run test binary ----------------------------+----------------------------------------------- Reporter: tibbe | Owner: ttuegel Type: enhancement | Status: new Priority: normal | Milestone: Cabal-1.16 Component: Cabal library | Version: 1.10.2.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Changes (by kosmikus): * component: cabal-install tool => Cabal library * milestone: cabal-install-0.14 => Cabal-1.16 Comment: This seems to affect the library test code, not the install tool. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/929#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage