[commit: packages/hpc] master: Testsuite: use TEST_HC_OPTS_INTERACTIVE (d8b5381)
git at git.haskell.org
git at git.haskell.org
Fri May 27 20:46:13 UTC 2016
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/d8b5381bd5d03a3a75f4a1b91f1ede6fe0fd0ce9
>---------------------------------------------------------------
commit d8b5381bd5d03a3a75f4a1b91f1ede6fe0fd0ce9
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed May 25 12:38:02 2016 +0200
Testsuite: use TEST_HC_OPTS_INTERACTIVE
>---------------------------------------------------------------
d8b5381bd5d03a3a75f4a1b91f1ede6fe0fd0ce9
tests/ghc_ghci/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ghc_ghci/Makefile b/tests/ghc_ghci/Makefile
index 22881d1..d8e5da6 100644
--- a/tests/ghc_ghci/Makefile
+++ b/tests/ghc_ghci/Makefile
@@ -9,5 +9,5 @@ include $(TOP)/mk/test.mk
hpc_ghc_ghci:
rm -f A.o A.hi
'$(TEST_HC)' $(TEST_HC_OPTS) -fhpc -c A.hs
- echo b | '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -v0 --interactive B.hs
+ echo b | '$(TEST_HC)' $(TEST_HC_OPTS_INTERACTIVE) B.hs
More information about the ghc-commits
mailing list