[GHC] #11737: Make validate --testsuite-only behave correctly w.r.t. bindisttest
GHC
ghc-devs at haskell.org
Tue Mar 22 09:33:14 UTC 2016
#11737: Make validate --testsuite-only behave correctly w.r.t. bindisttest
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.1
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 thomie):
I think it would be confusing if `./validate --testsuite-only` didn't run
the tests in the same way as `./validate`.
Maybe one of the following solutions can serve you already? Instead of
`./validate --testsuite-only`, run:
* `make test THREADS=<n>`. It doesn't use the binary distribution.
or
* `./validate --no-clean`. It will call `make`, which should be a no-op,
then recreate the binary distribution, and then call `make test
BINDIST=YES` for you.
or
* `./validate --testuite-only --fast`. Drawback is that it doesn't run
all tests.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11737#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list