From ea8109cef731b2c876b9effa759763bf59d878aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 14 Jan 2026 19:11:16 +0100 Subject: Mark ignored output lines Changelog: Mark flushed or ignored output lines --- src/Run.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Run.hs') diff --git a/src/Run.hs b/src/Run.hs index 54df37b..7cea577 100644 --- a/src/Run.hs +++ b/src/Run.hs @@ -209,7 +209,8 @@ runStep = \case expect stack line p expr timeout captures $ runStep . inner Flush p regex -> do - atomicallyTest $ flushProcessOutput p regex + mapM_ (outProc OutputIgnored p) =<< + atomicallyTest (flushProcessOutput p regex) Guard stack expr -> do testStepGuard stack expr -- cgit v1.2.3