From d4a78dc951fc4a524d530e30e6b64b23b8e077a3 Mon Sep 17 00:00:00 2001 From: James Laska Date: Mon, 4 Aug 2014 09:50:30 -0400 Subject: [PATCH] Include unicode and var_precedence tests in 'all' target --- test/integration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Makefile b/test/integration/Makefile index 6df1b316fb2..5ee75e97ee2 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -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 ]