From 2f5d950f0e911762188e2b92d405219d68c7ab61 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 May 2017 15:51:33 -0700 Subject: [PATCH] tools: note that shelltest should be a released version --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d9f4502e..8ad3590a2 100644 --- a/Makefile +++ b/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)