diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-01 12:49:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-01 12:49:26 -0400 |
commit | 683cfeacaaaea86a8b34f06c30e9ab21c50f86eb (patch) | |
tree | 54f55cb312f4c8cb6138aa33b250d83fa64c35da /Command/Test.hs | |
parent | 50d28db6f4e13c49a2e9ebae150a6415de1a30be (diff) |
add new section for testing commands
Diffstat (limited to 'Command/Test.hs')
-rw-r--r-- | Command/Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Test.hs b/Command/Test.hs index ee7220142..08e9d1b6e 100644 --- a/Command/Test.hs +++ b/Command/Test.hs @@ -13,7 +13,7 @@ import Messages def :: [Command] def = [ noRepo startIO $ dontCheck repoExists $ - command "test" paramNothing seek SectionPlumbing + command "test" paramNothing seek SectionTesting "run built-in test suite"] seek :: CommandSeek |