X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=test%2FREADME;h=7e778eee768b5b82cbb6332cfe5305f014f96c0a;hp=f5121753767cd10a5f6a976063ceabb98ef1c392;hb=6f1235934cf1739c7fd575a2019a6d2deeb1cf9d;hpb=ec4b68e5d820109e5954329013a911d4032bc4dc diff --git a/test/README b/test/README index f51217537..7e778eee7 100644 --- a/test/README +++ b/test/README @@ -237,6 +237,11 @@ is as follows: There are some options for the ./runtest script itself: + -CONTINUE This will allow the script to move past some failing tests. It will + write a simple failure line with the test number in a temporary + logfile test/failed-summary.log. Unexpected exit codes will still + stall the test execution and require interaction. + -DEBUG This option is for debugging the test script. It causes some tracing information to be output. @@ -434,6 +439,10 @@ OTHER ISSUES with an extra log line saying the hostname doesn't resolve. You must use a FQDN for the hostname for proper test functionality. +. If you change your hostname to a FQDN, you must delete the test/dnszones + subdirectory. When you next run the runtest script, it will rebuild the + content to use the new hostname. + . If your hostname has an uppercase characters in it, expect that some tests will fail, for example, 0036, because some log lines will have the hostname in all lowercase. The regex which extracts the hostname from the log lines