summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-05-22 12:17:37 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-05-22 12:17:54 +0100
commit856e916561377094e7061f6eb9b790f06afc2228 (patch)
tree8331a7235b60005de954943dd6012f38f195457b /testsuite/mk
parentee2f63d4f6046b8f3f4e21e98281a6a571a79add (diff)
downloadhaskell-856e916561377094e7061f6eb9b790f06afc2228.tar.gz
Go back to using -no-user-package-conf for a while
So that we can still use the testsuite with older compilers. We should really test the GHC version, but I don't want to add another $(shell). Maybe modifying ghcconfig.hs would be better.
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index 982cdd0cdc..e6873cbeb8 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -27,7 +27,7 @@ CONFIG = $(CONFIGDIR)/$(COMPILER)
# TEST_HC_OPTS is passed to every invocation of TEST_HC
# in nested Makefiles
-TEST_HC_OPTS = -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts $(EXTRA_HC_OPTS)
+TEST_HC_OPTS = -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts $(EXTRA_HC_OPTS)
RUNTEST_OPTS =