summaryrefslogtreecommitdiff
path: root/Types/Test.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2022-11-28 15:12:53 -0400
committerJoey Hess <joeyh@joeyh.name>2022-11-28 15:12:53 -0400
commit2b5e6ff20a26e1523e85262fc426909f9a383037 (patch)
tree953deaa92a884ed6bcf49feaf322e061e03e92c5 /Types/Test.hs
parent022c14ec026b763323a1b58e4f2b920985906185 (diff)
test: Add --test-debug option
This work is supported by the NIH-funded NICEMAN (ReproNim TR&D3) project.
Diffstat (limited to 'Types/Test.hs')
-rw-r--r--Types/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types/Test.hs b/Types/Test.hs
index 9d0af77208..90a182043f 100644
--- a/Types/Test.hs
+++ b/Types/Test.hs
@@ -19,6 +19,7 @@ data TestOptions = TestOptions
, fakeSsh :: Bool
, concurrentJobs :: Maybe Concurrency
, testGitConfig :: [(ConfigKey, ConfigValue)]
+ , testDebug :: Bool
, internalData :: CmdParams
}