fix tests

This commit is contained in:
spaced4ndy
2025-07-17 21:04:01 +04:00
parent cf4f78cd94
commit 286d51ba0c
2 changed files with 5 additions and 4 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