[GHC] #15387: Unable to set testsuite verbosity to zero from command line
GHC
ghc-devs at haskell.org
Sun Jul 15 19:25:40 UTC 2018
#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
More information about the ghc-tickets
mailing list