diff options
Diffstat (limited to 'Command/Test.hs')
-rw-r--r-- | Command/Test.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Command/Test.hs b/Command/Test.hs index af02985af..6f9c23d2d 100644 --- a/Command/Test.hs +++ b/Command/Test.hs @@ -13,10 +13,11 @@ import Messages cmd :: Command cmd = noRepo startIO $ dontCheck repoExists $ - command "test" paramNothing seek SectionTesting + command "test" SectionTesting "run built-in test suite" + paramNothing (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = withWords start {- We don't actually run the test suite here because of a dependency loop. |