fix tests

This commit is contained in:
Evgeny Poberezkin
2023-09-16 21:40:29 +01:00
parent 98a95405cb
commit cb7d847c6c
2 changed files with 32 additions and 18 deletions
+2 -2
View File
@@ -258,8 +258,8 @@ getTermLine cc =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
when (printOutput cc) $ do
-- when True $ do
-- when (printOutput cc) $ do
when True $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s