From b19e885e82da5af8558f75a63d51fe80da039010 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jan 2018 16:26:11 -0800 Subject: [PATCH] tools: make functest: stop building addons, low value & too slow [ci skip] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 989023cef..cbfa356d3 100644 --- a/Makefile +++ b/Makefile @@ -652,7 +652,8 @@ builtintest: \ # && echo $@ PASSED) || echo $@ FAILED # assumes hledger is built and uses whatever build is there, avoiding excessive rebuilding -functest: addons tests/addons/hledger-addon \ +#functest: addons tests/addons/hledger-addon +functest: tests/addons/hledger-addon \ $(call def-help,functest, run the functional tests for hledger ) @($(SHELLTESTSTK) tests \ && echo $@ PASSED) || (echo $@ FAILED; false)