diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-21 00:08:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-21 00:08:43 -0400 |
commit | 05b55a496d929ab87355540da39edb5c9bb2dc10 (patch) | |
tree | 3e70b6a88db0ef0dd6ff81eef322ec70e74f42ea /Command | |
parent | 2a2dbf31c0b251a09bab61274bf1c5bb2248413d (diff) |
expose tasty test suite's option parser
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Test.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Test.hs b/Command/Test.hs index 47d72ee44..ee7220142 100644 --- a/Command/Test.hs +++ b/Command/Test.hs @@ -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" |