remove leftovers from removed TestSuite build flag
Test suite is always built, so this can be simplified.
This commit is contained in:
parent
1f9f220816
commit
83109affd1
4 changed files with 15 additions and 19 deletions
|
@ -123,7 +123,7 @@ import qualified Command.TestRemote
|
|||
import qualified Command.Benchmark
|
||||
#endif
|
||||
|
||||
cmds :: Parser TestOptions -> Maybe TestRunner -> [Command]
|
||||
cmds :: Parser TestOptions -> TestRunner -> [Command]
|
||||
cmds testoptparser testrunner =
|
||||
[ Command.Help.cmd
|
||||
, Command.Add.cmd
|
||||
|
@ -233,7 +233,7 @@ cmds testoptparser testrunner =
|
|||
#endif
|
||||
]
|
||||
|
||||
run :: Parser TestOptions -> Maybe TestRunner -> [String] -> IO ()
|
||||
run :: Parser TestOptions -> TestRunner -> [String] -> IO ()
|
||||
run testoptparser testrunner args = go envmodes
|
||||
where
|
||||
go [] = dispatch True args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue