mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Absolute path for test suites
This commit is contained in:
parent
3682ad5612
commit
1e8b363ce1
@ -20,7 +20,8 @@ import System.IO (IOMode (WriteMode, AppendMode),
|
||||
import System.Process (runProcess, waitForProcess)
|
||||
|
||||
runTestSuites :: BuildSettings -> BuildPlan -> IO ()
|
||||
runTestSuites settings bp = do
|
||||
runTestSuites settings' bp = do
|
||||
settings <- fixBuildSettings settings'
|
||||
let selected = bpPackages bp
|
||||
putStrLn "Running test suites"
|
||||
let testdir = "runtests"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user