pistepirkko/tests/config-warnings.conf
2026-04-21 19:44:27 +03:00

31 lines
1.2 KiB
Text

#stderr: pistepirkko: warning: under redefined
#stderr: tests/config-warnings.conf:5: [under ~/foo]
#stderr: tests/config-warnings.conf:6: [under ~]
#stderr:
under ~/foo
under ~
#stderr: pistepirkko: warning: Redundant "for"
#stderr: tests/config-warnings.conf:11: for testhost [for testhost] exclude *
#stderr:
for testhost for testhost exclude *
#stderr: pistepirkko: warning: Host in "for" statement has already been excluded by a previous "for"
#stderr: tests/config-warnings.conf:17: for testhost for [otherhost] exclude *
#stderr: note: "for testhost for otherhost" is true for no host
#stderr: note: Did you mean to write "for otherhost, testhost"?
#stderr:
for testhost for otherhost exclude *
#stderr: pistepirkko: warning: "~" has no special meaning in patterns
#stderr: tests/config-warnings.conf:22: include [~]/.*
#stderr:
include ~/.*
#stderr: pistepirkko: error: The location of the dotfile repository is not defined
#stderr: note: Use --repo or set "repo" in the configuration file.
#stderr:
#stderr: pistepirkko: error: No categories selected for testhost
#stderr: note: Use --categories or set "categories" in the configuration file.
#stderr:
#exit-code: 1