fix most tests

This commit is contained in:
spaced4ndy
2025-07-17 20:57:24 +04:00
parent 4634dbad60
commit cf4f78cd94
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -433,8 +433,8 @@ getTermLine cc@TestCC {printOutput} =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
-- when True $ do
when printOutput $ do
when True $ do
-- when printOutput $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s