temporarily revert tasty-rerun support for this release
revert c340d9506c
tasty-rerun is stuck in NEW in debian
This commit is contained in:
parent
e0224f01c1
commit
8fcf041159
5 changed files with 4 additions and 10 deletions
5
Test.hs
5
Test.hs
|
@ -13,7 +13,6 @@ import Test.Tasty
|
|||
import Test.Tasty.Runners
|
||||
import Test.Tasty.HUnit
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.Ingredients.Rerun
|
||||
import Data.Monoid
|
||||
|
||||
import Options.Applicative hiding (command)
|
||||
|
@ -107,7 +106,7 @@ main ps = do
|
|||
|
||||
ingredients :: [Ingredient]
|
||||
ingredients =
|
||||
[ rerunningTests [consoleTestReporter]
|
||||
[ consoleTestReporter
|
||||
, listingTests
|
||||
]
|
||||
|
||||
|
@ -1270,7 +1269,7 @@ withTestEnv forcedirect = withResource prepare release
|
|||
where
|
||||
prepare = do
|
||||
env <- prepareTestEnv forcedirect
|
||||
case tryIngredients [consoleTestReporter] mempty (initTests env) of
|
||||
case tryIngredients ingredients mempty (initTests env) of
|
||||
Nothing -> error "No tests found!?"
|
||||
Just act -> unlessM act $
|
||||
error "init tests failed! cannot continue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue