[QA] properly assign succeeded/failed
This commit is contained in:
parent
0d812c9e28
commit
4abc9fed08
2
QA.hs
2
QA.hs
@ -126,7 +126,7 @@ main = do
|
||||
where
|
||||
summary :: [ModuleQA] -> IO ()
|
||||
summary l = do
|
||||
let (failed, succeeded) = (length *** length) $ partition (null . moduleGetIssues) l
|
||||
let (succeeded, failed) = (length *** length) $ partition (null . moduleGetIssues) l
|
||||
putStrLn ("failed: " ++ show failed ++ " succeeded: " ++ show succeeded)
|
||||
|
||||
report :: ModuleQA -> IO ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user