diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-03-31 11:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 11:58:12 +0100 |
commit | ac99774dacc31907ace76c6eda142b835a0dda25 (patch) | |
tree | 4795a444a3e28e2809d1fd0a70b13a0473ba2c9b /changelog.d | |
parent | Include m.room.create in invite_room_state for Spaces (#9710) (diff) | |
download | synapse-ac99774dacc31907ace76c6eda142b835a0dda25.tar.xz |
Rewrite complement.sh (#9685)
This PR rewrites the original complement.sh script with a number of improvements: * We can now use a local checkout of Complement (configurable with `COMPLEMENT_DIR`), though the default behaviour still downloads the master branch. * You can now specify a regex of test names to run, or just run all tests. * We now use the Synapse test blacklist tag (so all tests will pass).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9685.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9685.misc b/changelog.d/9685.misc new file mode 100644 index 0000000000..0506d8af0c --- /dev/null +++ b/changelog.d/9685.misc @@ -0,0 +1 @@ +Update `scripts-dev/complement.sh` to use a local checkout of Complement, allow running a subset of tests and have it use Synapse's Complement test blacklist. \ No newline at end of file |