diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-09 10:18:42 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-09 10:49:01 -0500 |
commit | e6f6962a93d2a76a18c4922cc9c0c7f12cc1718d (patch) | |
tree | c8bbfb190943f418eaebf741ec13e2f6a0dfb8d6 | |
parent | 1f7b0f2b0e2ba0ef8e09be678ab452951532bd37 (diff) |
fix README syntax
-rw-r--r-- | README.rst | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -11,17 +11,11 @@ More info: https://leap.se running tests ------------- -Use trial to run the test suite. - -``` -trial leap.mail -``` +Use trial to run the test suite:: + trial leap.mail ... and all its goodies. To run all imap tests in a loop until some of them -fails: - -``` -trial -u leap.mail.imap -``` +fails:: + trial -u leap.mail.imap Read the *trial* manpage for more options . |