From d2368bef2ea79b996e3c91e804d059d4b4e1a888 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 3 Sep 2019 12:31:07 +0200 Subject: [linux] Fix run test instructions --- platform/linux/README.md | 4 ++-- 1 file 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 -- cgit v1.2.1