0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 16:18:56 +02:00

Fix example of running complement.sh. (#12990)

This commit is contained in:
Patrick Cloke 2022-06-09 07:21:15 -04:00 committed by GitHub
parent 7c6b2204d1
commit 1df22e16df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12990.misc Normal file
View file

@ -0,0 +1 @@
Fix documentation for running complement tests.

View file

@ -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