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