diff options
author | Eric Eastwood <erice@element.io> | 2022-05-09 04:38:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 10:38:32 +0100 |
commit | 18d6c18aa16ab9809656d1175adf4617da44e36c (patch) | |
tree | 66b499af8e3494bfea1eda20dfd2ebcb94f64ef0 /changelog.d | |
parent | Use `Concatenate` to annotate `do_execute` (#12666) (diff) | |
download | synapse-18d6c18aa16ab9809656d1175adf4617da44e36c.tar.xz |
Fix docs on how to run specific Complement tests after recent `complement.sh` change (#12664)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12664.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12664.doc b/changelog.d/12664.doc new file mode 100644 index 0000000000..142d18037a --- /dev/null +++ b/changelog.d/12664.doc @@ -0,0 +1 @@ +Fix docs on how to run specific Complement tests using the `complement.sh` test runner. |