1 parent 349a060 commit 37132baCopy full SHA for 37132ba
1 file changed
core/Test/Tasty/CmdLine.hs
@@ -154,9 +154,7 @@ parseOptions ins tree = do
154
mapM_ (hPutStrLn stderr) warnings
155
cmdlineOpts <- execParser $
156
info (helper <*> parser)
157
- ( fullDesc <>
158
- header "Mmm... tasty test suite"
159
- )
+ (header "Mmm... tasty test suite")
160
envOpts <- suiteEnvOptions ins tree
161
return $ envOpts <> cmdlineOpts
162
0 commit comments