diff options
Diffstat (limited to 'src/Run.hs')
| -rw-r--r-- | src/Run.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |