From 55007180a39e762dad7e80b7cd57fe4630e2e20a Mon Sep 17 00:00:00 2001 From: Vikram Pal Date: Sun, 6 Oct 2019 14:51:06 +0530 Subject: doc: Fix TEST_FILTER example #11158 --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit