Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix example of running complement.sh. #12990

Merged
merged 2 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/12990.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix documentation for running complement tests.
2 changes: 1 addition & 1 deletion scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down