summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-11-29 16:15:36 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-01 03:11:45 -0500
commitc2f6cbef77203b7698f6484719ed9902f905496c (patch)
tree57f03a6d665b07927173913293d7f38b9cb2d4bf /testsuite/tests/haddock
parent59b2794550611879362c7170d6005c6b4f08e3c5 (diff)
downloadhaskell-c2f6cbef77203b7698f6484719ed9902f905496c.tar.gz
Fix several quoting issues in testsuite
This fixes the ./validate script on my machine. I also took the step to add some linters which would catch problems like these in future. Fixes #20506
Diffstat (limited to 'testsuite/tests/haddock')
-rw-r--r--testsuite/tests/haddock/haddock_testsuite/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/haddock/haddock_testsuite/Makefile b/testsuite/tests/haddock/haddock_testsuite/Makefile
index 241371f71b..e7b234c2da 100644
--- a/testsuite/tests/haddock/haddock_testsuite/Makefile
+++ b/testsuite/tests/haddock/haddock_testsuite/Makefile
@@ -26,7 +26,7 @@ htmlTest:
./html-test \
$(ACCEPT) \
--ghc-path='$(TEST_HC)' \
- --haddock-path=$(HADDOCK) \
+ --haddock-path='$(HADDOCK)' \
--haddock-stdout=haddock-out.log
# Corresponds to the `latex-test` testsuite
@@ -42,7 +42,7 @@ latexTest:
./latex-test \
$(ACCEPT) \
--ghc-path='$(TEST_HC)' \
- --haddock-path=$(HADDOCK) \
+ --haddock-path='$(HADDOCK)' \
--haddock-stdout=haddock-out.log
# Corresponds to the `hoogle-test` testsuite
@@ -58,7 +58,7 @@ hoogleTest:
./hoogle-test \
$(ACCEPT) \
--ghc-path='$(TEST_HC)' \
- --haddock-path=$(HADDOCK) \
+ --haddock-path='$(HADDOCK)' \
--haddock-stdout=haddock-out.log
# Corresponds to the `hypsrc-test` testsuite
@@ -74,5 +74,5 @@ hypsrcTest:
./hypsrc-test \
$(ACCEPT) \
--ghc-path='$(TEST_HC)' \
- --haddock-path=$(HADDOCK) \
+ --haddock-path='$(HADDOCK)' \
--haddock-stdout=haddock-out.log