mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-09 12:57:30 +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)
|
import System.Process (runProcess, waitForProcess)
|
||||||
|
|
||||||
runTestSuites :: BuildSettings -> BuildPlan -> IO ()
|
runTestSuites :: BuildSettings -> BuildPlan -> IO ()
|
||||||
runTestSuites settings bp = do
|
runTestSuites settings' bp = do
|
||||||
|
settings <- fixBuildSettings settings'
|
||||||
let selected = bpPackages bp
|
let selected = bpPackages bp
|
||||||
putStrLn "Running test suites"
|
putStrLn "Running test suites"
|
||||||
let testdir = "runtests"
|
let testdir = "runtests"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user