summaryrefslogtreecommitdiff
path: root/Command/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Test.hs')
-rw-r--r--Command/Test.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Test.hs b/Command/Test.hs
index 7ff9f2963..bf15dcf50 100644
--- a/Command/Test.hs
+++ b/Command/Test.hs
@@ -11,7 +11,8 @@ import Command
def :: [Command]
def = [ dontCheck repoExists $
- command "test" paramNothing seek "run built-in test suite"]
+ command "test" paramNothing seek SectionPlumbing
+ "run built-in test suite"]
seek :: [CommandSeek]
seek = [withWords start]