summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-14 16:55:30 +0000
committerIan Lynagh <igloo@earth.li>2010-11-14 16:55:30 +0000
commit7d9eae0efd5dfac309438e3263e0dc67bc421809 (patch)
tree85a099df525377bbdda8787813e5b0365150633a /testsuite/config
parent02ed46a16b6ee7c1aeed846b4bf9c1f4abeb6350 (diff)
downloadhaskell-7d9eae0efd5dfac309438e3263e0dc67bc421809.tar.gz
Add a framework test for the package cache file being modified
Tests shouldn't touch the compiler's package database
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 97b40c8b8b..8771b7afd0 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -142,3 +142,5 @@ def get_compiler_info():
else:
config.compiler_profiled = False
+ config.package_conf_cache_file = compilerInfoDict["Global Package DB"] + '/package.cache'
+