X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.c;h=4d35b51f3053bb75f0ac3a085644a88a0ddf0f54;hb=5ab065ef81ff3011f6c71230acc8a7eae4924c63;hp=ad7635d98fe7fce0ae5bc0928a550cb3c374d7b2;hpb=617d39327e65b7fccc41a12b4a5e2940d6327c9f;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.c b/src/src/exim.c index ad7635d98..4d35b51f3 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -1624,6 +1624,8 @@ testing harness; do a fast initial check, and then the whole thing. */ running_in_test_harness = *running_status == '<' && Ustrcmp(running_status, "<<>>") == 0; +if (running_in_test_harness) + debug_store = TRUE; /* The C standard says that the equivalent of setlocale(LC_ALL, "C") is obeyed at the start of a program; however, it seems that some environments do not