Skip to content

Commit 50f8fe1

Browse files
Use -s for a package
Co-authored-by: Gil Forcada Codinachs <[email protected]>
1 parent cdc9174 commit 50f8fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/core/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ Now you can edit your code without affecting the original branch.
233233

234234
If you change the expected behavior of a feature in a package, you should write a test to cover the change.
235235

236-
To run a test for the specific package that you modified, use the `-m` option followed by the package name, as shown in the following example.
236+
To run a test for the specific package that you modified, use the `-s` option followed by the package name, as shown in the following example.
237237

238238
```shell
239-
./bin/test -m plone.app.event
239+
./bin/test -s plone.app.event
240240
```
241241

242242
If any test fails, do not commit and push the changes.

0 commit comments

Comments
 (0)