tools: make functest: stop building addons, low value & too slow

[ci skip]
This commit is contained in:
Simon Michael 2018-01-13 16:26:11 -08:00
parent de5d22ac21
commit b19e885e82

View File

@ -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)