summaryrefslogtreecommitdiff
path: root/src/Run.hs
diff options
context:
space:
mode:
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