tidying
[exim.git] / src / src / exim.c
index ad7635d98fe7fce0ae5bc0928a550cb3c374d7b2..4d35b51f3053bb75f0ac3a085644a88a0ddf0f54 100644 (file)
@@ -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, "<<<testing>>>") == 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