test: Add --test-debug option
This work is supported by the NIH-funded NICEMAN (ReproNim TR&D3) project.
This commit is contained in:
parent
022c14ec02
commit
2b5e6ff20a
6 changed files with 84 additions and 4 deletions
|
@ -19,6 +19,7 @@ data TestOptions = TestOptions
|
|||
, fakeSsh :: Bool
|
||||
, concurrentJobs :: Maybe Concurrency
|
||||
, testGitConfig :: [(ConfigKey, ConfigValue)]
|
||||
, testDebug :: Bool
|
||||
, internalData :: CmdParams
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue