tools: run functional tests less verbosely

This commit is contained in:
Simon Michael 2013-12-07 06:28:07 -08:00
parent 0b363bde2f
commit cb3504d72e

View File

@ -383,7 +383,7 @@ unittest-interpreted:
# 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
functest: bin/hledgerdev
@echo functional tests:
($(SHELLTEST) tests -- --threads=16 --hide-successes \
@($(SHELLTEST) tests -- --threads=16 --hide-successes \
&& echo $@ PASSED) || echo $@ FAILED
# run unit and functional tests with a specific GHC version