From cb3504d72ee8f7cc12c8c816f0f8113ce521eda2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 7 Dec 2013 06:28:07 -0800 Subject: [PATCH] tools: run functional tests less verbosely --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5af3377ed..693cb0dbe 100644 --- a/Makefile +++ b/Makefile @@ -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