Commit d2026162 by James Laska

Merge pull request #8426 from jlaska/update_integration_Makefile

Include unicode and var_precedence tests in 'all' target
parents b40f1ddc d4a78dc9
......@@ -16,7 +16,7 @@ endif
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:
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario1; [ $$? -eq 3 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment