summaryrefslogtreecommitdiff
path: root/src/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-08 15:51:42 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-08 23:00:33 +0100
commit7cebff0d30b628e4a7d32feff83a767c126e32e7 (patch)
treeaafe7d06491671bd6eb7217ebc8f10d55cf67436 /src/Run.hs
parentd5c8930e9b14c1d1953c3a25c6be503b95d67d50 (diff)
Time information in output
Changelog: Time information in output
Diffstat (limited to 'src/Run.hs')
-rw-r--r--src/Run.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Run.hs b/src/Run.hs
index 001d887..330d147 100644
--- a/src/Run.hs
+++ b/src/Run.hs
@@ -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