Skip to content

Commit d080772

Browse files
committed
wip
1 parent ce1674f commit d080772

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration/test/Testlib/RunServices.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ findProjectRoot path = do
3434

3535
data Opts = Opts
3636
{ withManualTestingOverrides :: Bool,
37+
logLevels :: [(Service, String)],
3738
runSubprocess :: [String]
3839
}
3940
deriving (Show)
@@ -46,6 +47,11 @@ optsParser =
4647
<> short 'm'
4748
<> help "Run services with settings tuned for manual app usage (not recommended for running integration tests)"
4849
)
50+
<*> undefined
51+
-- ( long "with-manual-testing-overrides"
52+
-- <> short 'm'
53+
-- <> help "Run services with settings tuned for manual app usage (not recommended for running integration tests)"
54+
-- )
4955
<*> many
5056
( strArgument
5157
( metavar "COMMAND_WITH_ARGS"

0 commit comments

Comments
 (0)