aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 2b19740434..2cee7da009 100644
--- a/test/README.md
+++ b/test/README.md
@@ -126,7 +126,7 @@ end)
To run only test with filter name:
- TEST_TAG='foo.*api' make functionaltest
+ TEST_FILTER='foo.*api' make functionaltest
### Filter by file