diff options
author | Vikram Pal <vikrampal659@gmail.com> | 2019-10-06 14:51:06 +0530 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-10-06 02:21:06 -0700 |
commit | 55007180a39e762dad7e80b7cd57fe4630e2e20a (patch) | |
tree | 826d9b7797420d599c797a097b880d8b4367397f | |
parent | fe074611cd5b3319a3f639f68289df6a718e64eb (diff) | |
download | rneovim-55007180a39e762dad7e80b7cd57fe4630e2e20a.tar.gz rneovim-55007180a39e762dad7e80b7cd57fe4630e2e20a.tar.bz2 rneovim-55007180a39e762dad7e80b7cd57fe4630e2e20a.zip |
doc: Fix TEST_FILTER example #11158
-rw-r--r-- | test/README.md | 2 |
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 |