File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -495,10 +495,10 @@ SHELLTEST := 'COLUMNS=80 ' + STACK + ' exec -- shelltest --execdir --exclude=/_
495495
496496# --hide-successes
497497
498- # build hledger quickly and run functional tests, with any shelltest OPTS (requires mktestaddons)
499- @ functest * OPTS :
500- $STACK build hledger
501- time (({{ SHELLTEST }} {{ if OPTS == ' ' { ' ' } else { OPTS } }} \
498+ # build hledger warning-free and run functional tests, with any shelltest OPTS (requires mktestaddons)
499+ @ functest * STOPTS :
500+ $STACK build --ghc-options=-Werror hledger
501+ time (({{ SHELLTEST }} {{ if STOPTS == ' ' { ' ' } else { STOPTS } }} \
502502 hledger/ test/ bin/ \
503503 -x ledger-compat/ ledger-baseline -x ledger-compat/ ledger-regress -x ledger-compat/ ledger-extra \
504504 && echo $@ PASSED) || (echo $@ FAILED; false ))
You can’t perform that action at this time.
0 commit comments