From 376bcc2e6db54cbdd3629cc6e36179d4754a9564 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Mon, 16 Aug 2021 17:10:08 +0000 Subject: deploy: 0db8cab72c8a39b4e8154295d473fbbc154854b4 --- develop/development/contributing_guide.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'develop/development') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index ce84730283..3b607fc02a 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -205,8 +205,9 @@
  • 8. Test, test, test!
  • 9. Submit your patch. @@ -331,7 +332,7 @@ anything was broken. They are slower than the unit tests but will typically catch more errors.

    The following command will let you run the integration test with the most common configuration:

    -
    $ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:py37
    +
    $ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:buster
     

    This configuration should generally cover your needs. For more details about other configurations, see documentation in the SyTest repo.

    Run the integration tests (Complement).

    -- cgit 1.5.1