X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4c04137d73637107669e02b21f890387aaa2ef34..0abc5a137c8a0824aa3740b2cca8da407303f4fb:/test/README diff --git a/test/README b/test/README index 38972042f..f4eeddbb4 100644 --- a/test/README +++ b/test/README @@ -146,13 +146,13 @@ the extra functionality, except for a few special cases such as the databases RUNNING THE TEST SUITE ---------------------- -(1) Download the tarball exim-testsuite-x.xx.tar.bz2 and unpack it, preferably - in a directory alongside an Exim source directory (see below). +(1) Clone the git tree for Exim. This include both the Exim source and the + testsuite. -(2) cd into the exim-testsuite-x.xx directory. +(2) cd into the test/ subdirectory (where this README lives). -(3) Run "autoconf" then "./configure" and then "make". This builds a few - auxiliary programs that are written in C. +(3) Run "./configure" and then "make". This builds a few auxiliary programs that + are written in C. (4) echo $PWD/test-config >> your_TRUSTED_CONFIG_LIST_filename Typically that is .../exim/test/trusted_configs @@ -298,6 +298,9 @@ There are some options for the ./runtest script itself: maintainer after making a change to the code that affects a lot of tests (for example, the wording of a message). + -SLOW For very slow hosts that appear to have Heisenbugs, delay before + comparing output files from a testcase + The options for ./runtest must be given first (but after the name of the binary, if present). Any further options, that is, items on the command line that start with a hyphen, are passed to the Exim binary when it is run as part @@ -1014,7 +1017,7 @@ one-off things to be done. CLIENT SCRIPTS -------------- -Lines in client scripts are of two kinds: +Lines in client scripts are of several kinds: (1) If a line begins with three question marks and a space, the rest of the line defines the start of expected output from the server. If what is @@ -1027,11 +1030,16 @@ Lines in client scripts are of two kinds: line is input to be sent to the server. Backslash escaping is done as described below, but no trailing "\r\n" is sent. -(4) Otherwise, the line is an input line line that is sent to the server. Any +(4) If a line begin with three '<' characters and a space, the rest of the + line is a filename; the content of the file is inserted intto the script + at this point. + +(5) Otherwise, the line is an input line line that is sent to the server. Any occurrences of \r and \n in the line are turned into carriage return and linefeed, respectively. This is used for testing PIPELINING. Any sequences of \x followed by two hex digits are converted to the equvalent byte value. Any other character following a \ is sent verbatim. + The line is sent with a trailing "\r\n". Here is a simple example: