expose tasty test suite's option parser

This commit is contained in:
Joey Hess 2014-01-21 00:08:43 -04:00
parent df66e15555
commit d1bf61464f
6 changed files with 32 additions and 17 deletions

View file

@ -34,5 +34,4 @@ start ps = do
stop
startIO :: CmdParams -> IO ()
startIO [] = warningIO "git-annex was built without its test suite; not testing"
startIO _ = error "Cannot specify any additional parameters when running test"
startIO _ = warningIO "git-annex was built without its test suite; not testing"