mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: note that shelltest should be a released version
This commit is contained in:
parent
a6c2f0697d
commit
2f5d950f0e
4
Makefile
4
Makefile
@ -76,9 +76,11 @@ STACK=stack
|
||||
|
||||
# -j16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
|
||||
SHELLTESTOPTS=--execdir -- -j16 #--hide-successes
|
||||
|
||||
# make sure shelltest is a released version of shelltestrunner
|
||||
# run shell tests using the executable specified in tests
|
||||
# SHELLTEST=COLUMNS=80 PATH=~/.local/bin:/usr/bin:/bin shelltest $(SHELLTESTOPTS)
|
||||
# run shell tests using the stack build
|
||||
# run shell tests using the stack build of hledger
|
||||
#SHELLTESTSTK=shelltest -w `stack exec which hledger` $(SHELLTESTOPTS)
|
||||
SHELLTESTSTK=COLUMNS=80 $(STACK) exec -- shelltest $(SHELLTESTOPTS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user