diff options
author | Kali Kaneko <kali@leap.se> | 2015-12-02 16:16:27 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-02 16:16:27 -0400 |
commit | 129db70b5237ffbc7b38d9931598629f46ce4763 (patch) | |
tree | 728f496ec2f14aa289334517dd5cb409ff0b2e87 | |
parent | 3f327c4f472f43d281e3bd7be67aaa9ce3f7d822 (diff) |
[docs] fix run-tests snippet
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |