From 6f95f80b0ffd518111131e832f5b749c07b704a3 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 24 Aug 2020 19:11:27 +0100 Subject: [PATCH] More docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4afe585d..d3599e0b9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ all have related Sytests which need to pass in order for the issue to be closed. code, you can quickly run Sytest to ensure that the test names are now passing. For example, if the test `Local device key changes get to remote servers` was marked as failing, find the -test file (e.g via `grep`, it's `tests/50federation/40devicelists.pl` ) then to run Sytest: +test file (e.g via `grep` or via the +[CI log output](https://buildkite.com/matrix-dot-org/dendrite/builds/2826#39cff5de-e032-4ad0-ad26-f819e6919c42) +it's `tests/50federation/40devicelists.pl` ) then to run Sytest: ``` docker run --rm --name sytest -v "/Users/kegan/github/sytest:/sytest"