doc: Fix TEST_FILTER example #11158

This commit is contained in:
Vikram Pal 2019-10-06 14:51:06 +05:30 committed by Justin M. Keyes
parent fe074611cd
commit 55007180a3
1 changed files with 1 additions and 1 deletions

View File

@ -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