From 1df22e16dfa5534120d83302f87693954f18bf7f Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 9 Jun 2022 07:21:15 -0400 Subject: Fix example of running complement.sh. (#12990) --- scripts-dev/complement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts-dev') 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 -- cgit 1.5.1