diff options
-rw-r--r-- | docs/DEVELOP_LINUX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEVELOP_LINUX.md b/docs/DEVELOP_LINUX.md index 5b48393d6b..21ed40f07c 100644 --- a/docs/DEVELOP_LINUX.md +++ b/docs/DEVELOP_LINUX.md @@ -42,7 +42,7 @@ 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. +- `make test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name (e.g. `make test-Sprite.CustomSpriteImages`). The `zsh` will treat the * in this command as a glob, so you'll need to run `make "test-*"` instead. |