File tree 1 file changed +4
-4
lines changed
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=/_
495
495
496
496
# --hide-successes
497
497
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 } }} \
502
502
hledger/ test/ bin/ \
503
503
-x ledger-compat/ ledger-baseline -x ledger-compat/ ledger-regress -x ledger-compat/ ledger-extra \
504
504
&& echo $@ PASSED) || (echo $@ FAILED; false ))
You can’t perform that action at this time.
0 commit comments