mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 13:22:27 +03:00
tools: update functest rule for shelltest 1.0, hide successes
This commit is contained in:
parent
76a661e855
commit
a447e2c56b
2
Makefile
2
Makefile
@ -311,7 +311,7 @@ unittesths:
|
|||||||
# run functional tests, requires shelltestrunner >= 0.9 from hackage
|
# run functional tests, requires shelltestrunner >= 0.9 from hackage
|
||||||
# 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
|
# 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
|
||||||
functest: bin/hledger
|
functest: bin/hledger
|
||||||
(shelltest tests --implicit=none -- --threads=16 \
|
(shelltest tests -- --threads=16 --hide-successes \
|
||||||
&& echo $@ PASSED) || echo $@ FAILED
|
&& echo $@ PASSED) || echo $@ FAILED
|
||||||
|
|
||||||
# run doc tests
|
# run doc tests
|
||||||
|
Loading…
Reference in New Issue
Block a user