浏览代码

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

Patrick Cloke 1 年之前
父节点
当前提交
1df22e16df
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      changelog.d/12990.misc
  2. 1 1
      scripts-dev/complement.sh

+ 1 - 0
changelog.d/12990.misc

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

+ 1 - 1
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