diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-24 22:46:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-24 22:46:11 +0100 |
commit | 9cffa4367b034b97a01fb3a0cf8095d8f56fa56a (patch) | |
tree | 8decb9d37b6e9138899f9a4c0dc2d41620ed14f8 /test/confs | |
parent | ef262e3170d26e4203fbf259180a34b1c0228a32 (diff) |
ARC: add $arc_domains variable, for verify pass
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4560 | 1 | ||||
-rw-r--r-- | test/confs/4562 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/4560 b/test/confs/4560 index c986d5f5c..10ead1c51 100644 --- a/test/confs/4560 +++ b/test/confs/4560 @@ -24,6 +24,7 @@ check_data: INSERT warn logwrite = arc_state: <$arc_state> + logwrite = domains: <$arc_domains> condition = ${if def:arc_state_reason} logwrite = reason: <$arc_state_reason> diff --git a/test/confs/4562 b/test/confs/4562 index 7adcd54f1..bc7415ca6 100644 --- a/test/confs/4562 +++ b/test/confs/4562 @@ -26,6 +26,7 @@ check_data: warn logwrite = arc_state: <$arc_state> condition = ${if def:arc_state_reason} logwrite = reason: <$arc_state_reason> + logwrite = domains: <$arc_domains> .ifdef OPTION accept |