[exim-cvs] Extra requires/notes for running test suite

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Extra requires/notes for running test suite
Gitweb: http://git.exim.org/exim.git/commitdiff/3d41333d24cf553a5a23a9522586b4f44d859416
Commit:     3d41333d24cf553a5a23a9522586b4f44d859416
Parent:     e2cebd74a09669f264fe51686a0ebcbe75463a6d
Author:     Todd Lyons <tlyons@???>
AuthorDate: Sat Oct 19 07:16:40 2013 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Sat Oct 19 07:16:40 2013 -0700


    Extra requires/notes for running test suite
---
 test/README | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


diff --git a/test/README b/test/README
index c64b022..903c8ab 100644
--- a/test/README
+++ b/test/README
@@ -91,9 +91,10 @@ In order to run this test suite, the following requirements must be met:
 (5) Exim must be built with its user and group specified at build time, and
     with certain minimum facilities, namely:


-      Routers:    accept, dnslookup, manualroute, redirect
-      Transports: appendfile, autoreply, pipe, smtp
-      Lookups:    lsearch
+      Routers:        accept, dnslookup, manualroute, redirect
+      Transports:     appendfile, autoreply, pipe, smtp
+      Lookups:        lsearch
+      Authenticators: plaintext


     Most Exim binaries will have these included.


@@ -457,6 +458,9 @@ OTHER ISSUES
be on by default and you'll see this problem, so make sure your umask is
022 and re-checkout the test/ subdirectory.

+. Some tests will fail if the username and group name are different. It does
+ not have to be the primary group, a secondary group is sufficient.
+

OTHER SCRIPTS AND PROGRAMS
--------------------------