summaryrefslogtreecommitdiff
path: root/mail/README.rst
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2014-09-09 10:52:01 -0500
committerRuben Pollan <meskio@sindominio.net>2014-09-09 10:52:01 -0500
commit198f2fdad6fe29945b6c3e65aa2489e4e100fe9e (patch)
treed7c8dcf961ef1529df143a7279927ec2df197a1d /mail/README.rst
parent23c99b0cc9163f4972c6650c285a0e61f7d91f25 (diff)
parentaea236ee3b9467bc6754f5a10ccda4c78e6bd66d (diff)
Merge branch 'kali/feature/return-deferred' into develop
Diffstat (limited to 'mail/README.rst')
-rw-r--r--mail/README.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/README.rst b/mail/README.rst
index f758a66..df75218 100644
--- a/mail/README.rst
+++ b/mail/README.rst
@@ -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 .