mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
PACKAGE_SANDBOX to HASKELL_PACKAGE_SANDBOX (sol/doctest-haskell#39)
This commit is contained in:
parent
ec8592466f
commit
08bb109e9e
@ -57,7 +57,7 @@ runTestSuite :: BuildSettings
|
||||
runTestSuite settings testdir hasTestSuites prevPassed (packageName, (version, Maintainer maintainer)) = do
|
||||
-- Set up a new environment that includes the sandboxed bin folder in PATH.
|
||||
env' <- getEnvironment
|
||||
let menv = Just $ ("PACKAGE_SANDBOX", packageDir settings)
|
||||
let menv = Just $ ("HASKELL_PACKAGE_SANDBOX", packageDir settings)
|
||||
: map (fixEnv $ binDir settings) env'
|
||||
|
||||
let run cmd args wdir handle = do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user