summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Payne <tom@airmap.com>2019-09-03 12:31:07 +0200
committerTom Payne <tom@airmap.com>2019-09-03 12:31:07 +0200
commitb4cae06d34d9cc89d0dee713c545687b9ed5f1b1 (patch)
treefd5e662d1341aa71a0dab35286fb35a230468530
parentd860b7cc5b106f27d1eec17fe105080d5f3ca34e (diff)
downloadqtlocation-mapboxgl-upstream/issue_15422.tar.gz
[linux] Fix run test instructionsupstream/issue_15422
-rw-r--r--platform/linux/README.md4
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