Skip to content

Commit

Permalink
Fix dev guide test command (elastic#21254)
Browse files Browse the repository at this point in the history
Signed-off-by: chrismark <chrismarkou92@gmail.com>
(cherry picked from commit 5f8f352)
  • Loading branch information
ChrsMark committed Sep 24, 2020
1 parent 013df58 commit 885bf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devguide/modules-dev-guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,6 @@ locally for a specific module, using the following procedure under Filebeat dire

. Run an Elasticsearch instance locally using docker: `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT`
. Create python env: `make python-env`
. Source python env: `./build/python-env/bin/activate`
. Source python env: `source ./build/python-env/bin/activate`
. Create the testing binary: `make filebeat.test`
. Run the test, ie: `GENERATE=1 INTEGRATION_TESTS=1 BEAT_STRICT_PERMS=false TESTING_FILEBEAT_MODULES=nginx pytest tests/system/test_modules.py`

0 comments on commit 885bf74

Please sign in to comment.