Skip to content

Commit

Permalink
Update dendrite docs with new whitelist/blacklist info (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Apr 8, 2020
1 parent 30116ad commit fbc3c4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/dendrite-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit fbc3c4a

Please sign in to comment.