diff options
-rw-r--r-- | platform/linux/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md index e1a231dd28..4dc951f12e 100644 --- a/platform/linux/README.md +++ b/platform/linux/README.md @@ -66,10 +66,10 @@ Set an access token as described below, and then run: ### Test -- `make test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name (e.g. `make test-Sprite.CustomSpriteImages`). +- `make run-test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name (e.g. `make run-test-Sprite.CustomSpriteImages`). The `zsh` will treat the * in this command as a glob, so you'll need to run -`make "test-*"` instead. +`make "run-test-*"` instead. ### Usage |