From 9b833fdf4e9033dae51b6f5f0372ac909c9edd13 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Fri, 12 Jun 2015 20:17:00 +0200 Subject: [PATCH] Fix CONTRIBUTING.md to include accurate information --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1245894c106..32dcb9afac2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,8 +100,7 @@ You will find the newly built packages under: `./target/releases/`. Before submitting your changes, run the test suite to make sure that nothing is broken, with: ```sh -ES_TEST_LOCAL=true -mvn clean test +mvn clean test -Dtests.slow=true ``` Source: [Contributing to elasticsearch](http://www.elasticsearch.org/contributing-to-elasticsearch/)