This commit is contained in:
spaced4ndy
2026-06-11 17:37:47 +04:00
parent 3cb20a1be1
commit 65a30cd27d
+2 -2
View File
@@ -448,8 +448,8 @@ getTermLine' expected 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