Skip to content

Commit

Permalink
Rakefile: update help with test tasks.
Browse files Browse the repository at this point in the history
Updated the help message of Rakefile to list the
test:install-core and test:core tasks.

Fixes #6863
  • Loading branch information
wainersm authored and suyograo committed Mar 31, 2017
1 parent 933c936 commit ebbbab1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -15,7 +15,9 @@ Packaging?
`rake artifact:deb` to build an deb
Developing?
`rake bootstrap` installs any dependencies for doing Logstash development
`rake vendor:clean` clean vendored dependencies used for Logstash development
`rake bootstrap` installs any dependencies for doing Logstash development
`rake test:install-core` installs any dependencies for testing Logstasch core
`rake test:core` to run Logstasch core tests
`rake vendor:clean` clean vendored dependencies used for Logstash development
HELP
end

0 comments on commit ebbbab1

Please sign in to comment.