test: Fix --list-tests
Seems list order matters, I don't know why, but have reported it on #tasty
This commit is contained in:
parent
7188d747db
commit
f842888de3
3 changed files with 6 additions and 2 deletions
4
Test.hs
4
Test.hs
|
@ -125,8 +125,8 @@ main ps = do
|
|||
|
||||
ingredients :: [Ingredient]
|
||||
ingredients =
|
||||
[ rerunningTests [consoleTestReporter]
|
||||
, listingTests
|
||||
[ listingTests
|
||||
, rerunningTests [consoleTestReporter]
|
||||
]
|
||||
|
||||
properties :: TestTree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue