diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-09 07:21:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 07:21:15 -0400 |
commit | 1df22e16dfa5534120d83302f87693954f18bf7f (patch) | |
tree | acb39d08d771da6cf742a7c4ffefb3eb80ce62cc | |
parent | Faster joins: add issue links to the TODOs (#13004) (diff) | |
download | synapse-1df22e16dfa5534120d83302f87693954f18bf7f.tar.xz |
Fix example of running complement.sh. (#12990)
-rw-r--r-- | changelog.d/12990.misc | 1 | ||||
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12990.misc b/changelog.d/12990.misc new file mode 100644 index 0000000000..c68f6a731e --- /dev/null +++ b/changelog.d/12990.misc @@ -0,0 +1 @@ +Fix documentation for running complement tests. diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index ffd399c39d..30b974b954 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -18,7 +18,7 @@ # argument to the script. Complement will then only run those tests. If # no regex is supplied, all tests are run. For example; # -# ./complement.sh "TestOutboundFederation(Profile|Send)" +# ./complement.sh -run "TestOutboundFederation(Profile|Send)" # # Exit if a line returns a non-zero exit code |