pistepirkko/tests/conditional-redefinition.conf
2026-04-21 18:05:26 +03:00

31 lines
1.2 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# No warning we want system-specific overrides to be supported
under ~
for testhost under ~/.config
# Should warn since this has already been defined for testhost specifically
#stderr: pistepirkko: warning: under redefined for testhost
#stderr: tests/conditional-redefinition.conf:3: for testhost [under ~/.config]
#stderr: tests/conditional-redefinition.conf:10: for testhost [under ~]
#stderr:
for testhost under ~
# No warning, since this hasn't yet been defined for otherhost specifically
for otherhost under ~/settings
#stderr: pistepirkko: warning: repo redefined for otherhost
#stderr: tests/conditional-redefinition.conf:24: for otherhost [repo ~/gitrepos/dotfiles]
#stderr: tests/conditional-redefinition.conf:25: [repo ~/src/dotfiles]
#stderr:
#stderr: pistepirkko: warning: repo redefined for testhost
#stderr: tests/conditional-redefinition.conf:23: for testhost [repo ~/.dotfiles]
#stderr: tests/conditional-redefinition.conf:25: [repo ~/src/dotfiles]
#stderr:
for testhost repo ~/.dotfiles
for otherhost repo ~/gitrepos/dotfiles
repo ~/src/dotfiles
#stderr: pistepirkko: error: No categories selected for testhost
#stderr: note: Use --categories or set "categories" in the configuration file.
#stderr:
#exit-code: 1