summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2017-11-28 17:36:18 -0500
committerAdam Kocoloski <adam@kocolosk.net>2017-12-01 08:34:11 -0500
commit9eb845b75ed53a59ef7b70833599296ae80e0297 (patch)
tree9f5828bd8ef574bdc7e03bb00bc724ecacb683fc
parent743bd8820cf612e830c1ff6dd0b9b07c12aab8fb (diff)
downloadcouchdb-9eb845b75ed53a59ef7b70833599296ae80e0297.tar.gz
Fix eunit "suites" example
As far as I can tell rebar will run all tests in an application if the specified suites are not found. Also, rebar appends the _tests suffix to the name of the suite automatically when it executes the search.
-rw-r--r--README-DEV.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index f8d80ac41..3cff476c2 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -150,7 +150,7 @@ to make targets::
make eunit apps=couch,chttpd
# Run only tests from couch_btree_tests suite
- make eunit suites=couch_btree_tests
+ make eunit apps=couch suites=couch_btree
# Run only only specific tests
make eunit tests=btree_open_test,reductions_test