[GHC] #15387: Unable to set testsuite verbosity to zero from command line

#15387: Unable to set testsuite verbosity to zero from command line -------------------------------------+------------------------------------- Reporter: lantti | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Test Suite | Version: 8.4.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Other Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Setting testsuite verbosity to zero from commandline using 'make test VERBOSE=0' does not work because runtests.py confuses the value 0 with value None. Solution: check explicitly for None instead of any value considered equal to False. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15387 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15387: Unable to set testsuite verbosity to zero from command line -------------------------------------+------------------------------------- Reporter: lantti | Owner: lantti Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Test Suite | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by lantti): * owner: (none) => lantti -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15387#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15387: Unable to set testsuite verbosity to zero from command line -------------------------------------+------------------------------------- Reporter: lantti | Owner: lantti Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: Test Suite | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by lantti): * status: new => patch Comment: https://github.com/ghc/ghc/pull/166 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15387#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15387: Unable to set testsuite verbosity to zero from command line
-------------------------------------+-------------------------------------
Reporter: lantti | Owner: lantti
Type: bug | Status: patch
Priority: normal | Milestone: 8.6.1
Component: Test Suite | Version: 8.4.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Krzysztof Gogolewski

#15387: Unable to set testsuite verbosity to zero from command line -------------------------------------+------------------------------------- Reporter: lantti | Owner: lantti Type: bug | Status: merge Priority: normal | Milestone: 8.6.1 Component: Test Suite | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by monoidal): * status: patch => merge Comment: Good catch, thanks for the patch. This can be merged to ghc-8.6. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15387#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15387: Unable to set testsuite verbosity to zero from command line -------------------------------------+------------------------------------- Reporter: lantti | Owner: lantti Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: Test Suite | Version: 8.4.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged to `ghc-8.6` in 655c6175268352f00f142f98a8b58488cc953480 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15387#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC