expose tasty test suite's option parser
This commit is contained in:
parent
df66e15555
commit
d1bf61464f
6 changed files with 32 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue