diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-08 15:51:42 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-08 23:00:33 +0100 |
commit | 7cebff0d30b628e4a7d32feff83a767c126e32e7 (patch) | |
tree | aafe7d06491671bd6eb7217ebc8f10d55cf67436 /src/Run.hs | |
parent | d5c8930e9b14c1d1953c3a25c6be503b95d67d50 (diff) |
Time information in output
Changelog: Time information in output
Diffstat (limited to 'src/Run.hs')
-rw-r--r-- | src/Run.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ runTest out opts test variables = do withVarExprList rest act withVarExprList [] act = act + resetOutputTime out res <- runExceptT $ flip runReaderT (tenv, tstate) $ fromTestRun $ do withVarExprList variables $ do withInternet $ \_ -> do |