]> git.proxmox.com Git - pve-common.git/commit
tests: section config: comment need for warn on debugging
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 10:54:32 +0000 (11:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 10:54:34 +0000 (11:54 +0100)
commit8b7b0cc5febef517b1587391bfd2a94f70da1d6c
tree6cd245c221cfb66bb0345d0422e212930c68aac8
parentec9e46fae6581ea0e48ed7530a8c1a10eed9828c
tests: section config: comment need for warn on debugging

as often only warn really makes it out of perl/our pit of std out/err
handling (e.g., I had a case where neither print STDERR nor syslog
worked, but warn did)

also, the tests are rather brittle w.r.t their expect_fail variant,
as the actual expected error should be enforced.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/section_config_test.pl