Enable SYSLOGREPORTING for test-harness tests, so that syslog code gets exercised in testing.

This commit is contained in:
Brian Cox 2017-08-27 23:46:31 -07:00
parent d724c07873
commit 8bb3669cf7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ BEGIN {
EMAILREPORTLEVEL => '3',
REPORTLEVEL => '3',
MAILMETHOD => 'SENDMAIL',
SYSLOGREPORTING => 'false',
SYSLOGREPORTING => 'true',
MAILPROGRAM => 'cat',
MAILFROMADDRESS => 'taz@cat'
);