diff options
author | Tom Payne <tom@airmap.com> | 2019-09-03 12:31:07 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-09-06 11:01:36 +0300 |
commit | d2368bef2ea79b996e3c91e804d059d4b4e1a888 (patch) | |
tree | 678b2496d9b95a0cd30741fb314fe2b133c538c9 | |
parent | 0707d022910a1fe2561ae0f4b4cb216f2690b02b (diff) | |
download | qtlocation-mapboxgl-d2368bef2ea79b996e3c91e804d059d4b4e1a888.tar.gz |
[linux] Fix run test instructions
-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 |