remove leftovers from removed TestSuite build flag

Test suite is always built, so this can be simplified.
This commit is contained in:
Joey Hess 2018-11-19 12:39:16 -04:00
parent 1f9f220816
commit 83109affd1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 15 additions and 19 deletions

View file

@ -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