test direct mode first (it breaks more often)

This commit is contained in:
Joey Hess 2013-11-26 17:05:13 -04:00
parent 860632b2a3
commit bc0517fc86

View file

@ -79,8 +79,8 @@ main = do
directenv <- prepare True
let tests = testGroup "Tests"
[ localOption (QuickCheckTests 1000) properties
, unitTests indirectenv "(indirect)"
, unitTests directenv "(direct)"
, unitTests indirectenv "(indirect)"
]
#else
-- Windows is only going to use direct mode, so don't test twice.