[exim-cvs] The test suite dislikes USE_READLINE.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] The test suite dislikes USE_READLINE.
Gitweb: http://git.exim.org/exim.git/commitdiff/4b9529fc4b04a82806f9a054bee6aedbda3eadb9
Commit:     4b9529fc4b04a82806f9a054bee6aedbda3eadb9
Parent:     46c573de5f3da029d2e7c6f4dbbb20a9d88faad5
Author:     Phil Pennock <pdp@???>
AuthorDate: Sun Jan 30 00:21:20 2011 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Sun Jan 30 00:21:20 2011 -0500


    The test suite dislikes USE_READLINE.


    There's a lot of copying of stdin to stdout when using readline for -be,
    which breaks the test suite.  The suite now runs well enough for me to
    fix the stuff broken by the debugging changes I introduced.
---
 test/README |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/test/README b/test/README
index b93deb4..2a1a79c 100644
--- a/test/README
+++ b/test/README
@@ -115,6 +115,9 @@ In order to run this test suite, the following requirements must be met:

      DIR:EXIM_PATH:AA:ACL:ACLRCPT:ACL_MAIL:ACL_PREDATA:ACL_RCPT:AFFIX:ALLOW:ARG1:ARG2:AUTHF:AUTHS:AUTH_ID_DOMAIN:BAD:BANNER:BB:BR:BRB:CERT:COM:COMMAND_USER:CONNECTCOND:CONTROL:CREQCIP:CREQMAC:CRL:CSS:D6:DATA:DCF:DDF:DEFAULTDWC:DELAY:DETAILS:DRATELIMIT:DYNAMIC_OPTION:ELI:ERROR_DETAILS:ERT:FAKE:FALLBACK:FILTER:FILTER_PREPEND_HOME:FORBID:FORBID_SMTP_CODE:FUSER:HAI:HAP:HARDLIMIT:HEADER_LINE_MAXSIZE:HEADER_MAXSIZE:HELO_MSG:HL:HOSTS:HOSTS_AVOID_TLS:HOSTS_MAX_TRY:HVH:IFACE:IGNORE_QUOTA:INC:INSERT:IP1:IP2:LAST:LDAPSERVERS:LENCHECK:LIMIT:LIST:LOG_SELECTOR:LS:MAXNM:MESSAGE_LOGS:MSIZE:NOTDAEMON:ONCE:ONLY:OPT:OPTION:ORDER:PAH:PEX:PORT:PTBC:QDG:QOLL:QUOTA:QUOTA_FILECOUNT:QWM:RCPT_MSG:REMEMBER:REQUIRE:RETRY:RETRY1:RETRY2:RETURN:RETURN_ERROR_DETAILS:REWRITE:ROUTE_DATA:RRATELIMIT:RT:S:SELECTOR:SELF:SERVER:SERVERS:SREQCIP:SREQMAC:SRV:STD:STRICT:SUB:SUBMISSION_OPTIONS:TIMEOUTDEFER:TIMES:TRUSTED:TRYCLEAR:UL:USE_SENDER:UTF8:VALUE:WMF:X:Y


+(10) Exim must *not* be built with USE_READLINE, as the test-suite's automation
+     assumes the simpler I/O model.
+



OPTIONAL EXTRAS