From a44406e96d17790a82708b36f8214b4b58d44ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 24 Aug 2026 21:59:35 +0200 Subject: Move repeat and keep-going options to TestOptions --- src/Run/Monad.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Run') diff --git a/src/Run/Monad.hs b/src/Run/Monad.hs index 536038a..efebe05 100644 --- a/src/Run/Monad.hs +++ b/src/Run/Monad.hs @@ -68,6 +68,8 @@ data TestOptions = TestOptions , optGDB :: Bool , optForce :: Bool , optKeep :: Bool + , optRepeat :: Int + , optKeepGoing :: Bool , optWait :: Bool } @@ -81,6 +83,8 @@ defaultTestOptions = TestOptions , optGDB = False , optForce = False , optKeep = False + , optRepeat = 1 + , optKeepGoing = False , optWait = False } -- cgit v1.2.3