Avoid printing test tree
This commit is contained in:
parent
86f51534bc
commit
86e2ff6c62
@ -23,7 +23,6 @@ main :: IO ()
|
||||
main = do
|
||||
-- terminalWidth <- Terminal.Size.width <<$>> Terminal.Size.size -- TODO this doesn't work in GHCID or GHCIWatch...
|
||||
terminalWidth <- pure $ Just 62
|
||||
T.putStrLn $ drawTree $ getTestTree tests
|
||||
TL.putStrLn . displayTestResultsConsole terminalWidth
|
||||
=<< runTests
|
||||
TestRunnerOpts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user