From 177e24c078f70d62ff27a1471d4f776955201344 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 27 Nov 2019 12:53:30 -0800 Subject: [PATCH] ;tools: update make ghcid-test[-PAT] [ci skip] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77cf9fb50..95456f9de 100644 --- a/Makefile +++ b/Makefile @@ -323,10 +323,10 @@ ghcid-web: $(call def-help,ghcid-web, start ghcid autobuilder on hledger-lib + h ghcid -c 'make ghci-web' ghcid-test: $(call def-help,ghcid-test, start ghcid autobuilding and running the test command) - ghcid -c 'make ghci' --test ':main test' + ghcid -c 'make ghci' --test ':main test -- --color=always' ghcid-test-%: $(call def-help,ghcid-test-TESTPATTERN, start ghcid autobuilding and running the test command with the given TESTPATTERN) - ghcid -c 'make ghci' --test ':main test $*' + ghcid -c 'make ghci' --test ':main test -- --color=always -p$*' ghcid-doctest: $(call def-help,ghcid-doctest, start ghcid autobuilding and running hledger-lib doctests) ghcid -c 'cd hledger-lib; $(STACK) ghci hledger-lib:test:doctests' --test ':main' --reload hledger-lib