aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-09-16 19:19:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-16 19:19:38 -0700
commit71b82396a276899e0fc28bb26f213a038050fb9a (patch)
tree6f5a135f338814a2f4636e2cc5d4a757fc49f1cb /Makefile
parent0fb6474a55427b52bf9aebd179f7b26f30c7dbaf (diff)
downloadpandoc-71b82396a276899e0fc28bb26f213a038050fb9a.tar.gz
Fix quick-cabal target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58dc8c9c6..2560994e4 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ quick:
quick-cabal:
cabal v2-build -j8 --ghc-options '$(GHCOPTS)' --disable-optimization --enable-tests
- cabal v2-test --hide-successes --ansi-tricks=false $(TESTARGS)
+ cabal v2-test --test-option=--hide-successes --test-option=--ansi-tricks=false $(TESTARGS)
full-cabal:
cabal v2-configure . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files +trypandoc' --enable-tests --enable-benchmarks