mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-08 04:17:29 +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
|
runTestSuite settings testdir hasTestSuites prevPassed (packageName, (version, Maintainer maintainer)) = do
|
||||||
-- Set up a new environment that includes the sandboxed bin folder in PATH.
|
-- Set up a new environment that includes the sandboxed bin folder in PATH.
|
||||||
env' <- getEnvironment
|
env' <- getEnvironment
|
||||||
let menv = Just $ ("PACKAGE_SANDBOX", packageDir settings)
|
let menv = Just $ ("HASKELL_PACKAGE_SANDBOX", packageDir settings)
|
||||||
: map (fixEnv $ binDir settings) env'
|
: map (fixEnv $ binDir settings) env'
|
||||||
|
|
||||||
let run cmd args wdir handle = do
|
let run cmd args wdir handle = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user