summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-12-02 16:16:27 -0400
committerKali Kaneko <kali@leap.se>2015-12-02 16:16:27 -0400
commit129db70b5237ffbc7b38d9931598629f46ce4763 (patch)
tree728f496ec2f14aa289334517dd5cb409ff0b2e87
parent3f327c4f472f43d281e3bd7be67aaa9ce3f7d822 (diff)
[docs] fix run-tests snippet
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 815db808..74a49d12 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ Client and server tests are both included in leap.soledad.common. If you want
to run tests in development mode you must do the following::
scripts/develop_mode.sh
- ./run_tests.sh
+ scripts/run_tests.sh
Note that to run CouchDB tests, be sure you have `CouchDB`_ installed on your
system.