From 3b3f74c0fcd7c3a1f916ed8d3d6b88512d3ea133 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 7 Apr 2020 23:47:24 +0100 Subject: [PATCH] Update dendrite docs with new whitelist/blacklist info --- docs/dendrite-setup.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/dendrite-setup.md b/docs/dendrite-setup.md index 6a6a129e3..38036838b 100644 --- a/docs/dendrite-setup.md +++ b/docs/dendrite-setup.md @@ -41,14 +41,18 @@ SyTest will expect Dendrite to be at `../dendrite` relative to Sytest's root dir Simply run the following to execute tests: ``` -./run-tests.pl -I Dendrite::Monolith -W ../dendrite/testfile +./run-tests.pl -I Dendrite::Monolith -W ../dendrite/sytest-whitelist -B ../dendrite/sytest-blacklist ``` ## Useful flags * `-W` applies a test whitelist file, one of which is currently kept up to date with what sytests Dendrite passes - [here](https://github.com/matrix-org/dendrite/blob/master/testfile) + [here](https://github.com/matrix-org/dendrite/blob/master/sytest-whitelist) + +* `-B` applies a test blacklist file, one of which is currently kept up to date + with what sytests are currently flaky (fail *sometimes*) with Dendrite + [here](https://github.com/matrix-org/dendrite/blob/master/sytest-blacklist) * `-d` lets you set the path to Dendrite's `bin/` directory, in case it's somewhere other than `../dendrite/bin`