diff options
Diffstat (limited to 'Command/Test.hs')
-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" |