[GHC] #9758: By default, testsuite should clean up after successful tests
GHC
ghc-devs at haskell.org
Mon Nov 3 11:20:13 UTC 2014
#9758: By default, testsuite should clean up after successful tests
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: task | Status: new
Priority: low | Milestone:
Component: Test Suite | Version: 7.9
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by hvr):
I'm not sure what you mean... if you look at the top-level Makefile, the
`test` targets (which are also used by `./validate`) already cleanup by
default:
{{{#!make
.PHONY: test
test:
$(MAKE) -C testsuite/tests CLEANUP=1
OUTPUT_SUMMARY=../../testsuite_summary.txt fast
.PHONY: fulltest
fulltest:
$(MAKE) -C testsuite/tests CLEANUP=1
OUTPUT_SUMMARY=../../testsuite_summary.txt
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9758#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list