From 8bb3669cf7221e1fe716d5ad62ff4f3c9834dbeb Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sun, 27 Aug 2017 23:46:31 -0700 Subject: [PATCH] Enable SYSLOGREPORTING for test-harness tests, so that syslog code gets exercised in testing. --- src/test-harness/twtools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-harness/twtools.pm b/src/test-harness/twtools.pm index e74fddd..e575e8e 100644 --- a/src/test-harness/twtools.pm +++ b/src/test-harness/twtools.pm @@ -54,7 +54,7 @@ BEGIN { EMAILREPORTLEVEL => '3', REPORTLEVEL => '3', MAILMETHOD => 'SENDMAIL', - SYSLOGREPORTING => 'false', + SYSLOGREPORTING => 'true', MAILPROGRAM => 'cat', MAILFROMADDRESS => 'taz@cat' );