summary refs log tree commit diff
path: root/latest/development/contributing_guide.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-05-23 12:28:29 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-05-23 12:28:29 +0000
commit04b9e8bec239d82a98cc8b6c654ad5b64f4b869f (patch)
tree70766a7aa4519e1e006ade6f0ebd2d576bd45c15 /latest/development/contributing_guide.html
parentdeploy: 5cae9158e67babe0553bc356802495a068222685 (diff)
downloadsynapse-04b9e8bec239d82a98cc8b6c654ad5b64f4b869f.tar.xz
deploy: 5cae9158e67babe0553bc356802495a068222685
Diffstat (limited to 'latest/development/contributing_guide.html')
-rw-r--r--latest/development/contributing_guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html

index 0a856dd3c5..290b37bcee 100644 --- a/latest/development/contributing_guide.html +++ b/latest/development/contributing_guide.html
@@ -374,6 +374,7 @@ See the <a href="../workers.html">worker documentation</a> for additional inform </ul> </li> <li>Passing <code>ASYNCIO_REACTOR=1</code> as an environment variable to use the Twisted asyncio reactor instead of the default one.</li> +<li>Passing <code>PODMAN=1</code> will use the <a href="https://podman.io/">podman</a> container runtime, instead of docker.</li> </ul> <p>To increase the log level for the tests, set <code>SYNAPSE_TEST_LOG_LEVEL</code>, e.g:</p> <pre><code class="language-sh">SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages