mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 11:27:30 +01:00
Revert "Get rid of temporary testing workarounds haskell/cabal#1810"
This reverts commit 189bb1d224.
This commit is contained in:
parent
cd5dcc2537
commit
200d0dbc6e
@ -116,7 +116,10 @@ runTestSuite settings testdir (packageName, SelectedPackageInfo {..}) = do
|
|||||||
getHandle AppendMode $ run "cabal" (addCabalArgs settings BSTest ["configure", "--enable-tests"]) dir
|
getHandle AppendMode $ run "cabal" (addCabalArgs settings BSTest ["configure", "--enable-tests"]) dir
|
||||||
when spiHasTests $ do
|
when spiHasTests $ do
|
||||||
getHandle AppendMode $ run "cabal" ["build"] dir
|
getHandle AppendMode $ run "cabal" ["build"] dir
|
||||||
getHandle AppendMode $ runGhcPackagePath "cabal" ["test"] dir
|
getHandle AppendMode $ runGhcPackagePath "cabal"
|
||||||
|
[ "test"
|
||||||
|
, "--show-details=streaming" -- FIXME temporary workaround for https://github.com/haskell/cabal/issues/1810
|
||||||
|
] dir
|
||||||
when (buildDocs settings) $
|
when (buildDocs settings) $
|
||||||
getHandle AppendMode $ run "cabal" ["haddock"] dir
|
getHandle AppendMode $ run "cabal" ["haddock"] dir
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user