1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Include unicode and var_precedence tests in 'all' target

This commit is contained in:
James Laska 2014-08-04 09:50:30 -04:00
parent c5f92597e4
commit d4a78dc951

View file

@ -16,7 +16,7 @@ endif
VAULT_PASSWORD_FILE = vault-password VAULT_PASSWORD_FILE = vault-password
all: non_destructive destructive includes check_mode test_hash test_handlers test_group_by test_vault parsing all: non_destructive destructive includes unicode test_var_precedence check_mode test_hash test_handlers test_group_by test_vault parsing
parsing: parsing:
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario1; [ $$? -eq 3 ] ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario1; [ $$? -eq 3 ]