Enable SYSLOGREPORTING for test-harness tests, so that syslog code gets exercised in testing.
This commit is contained in:
parent
d724c07873
commit
8bb3669cf7
|
@ -54,7 +54,7 @@ BEGIN {
|
||||||
EMAILREPORTLEVEL => '3',
|
EMAILREPORTLEVEL => '3',
|
||||||
REPORTLEVEL => '3',
|
REPORTLEVEL => '3',
|
||||||
MAILMETHOD => 'SENDMAIL',
|
MAILMETHOD => 'SENDMAIL',
|
||||||
SYSLOGREPORTING => 'false',
|
SYSLOGREPORTING => 'true',
|
||||||
MAILPROGRAM => 'cat',
|
MAILPROGRAM => 'cat',
|
||||||
MAILFROMADDRESS => 'taz@cat'
|
MAILFROMADDRESS => 'taz@cat'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue