removed test_infra from setup as it fails when using --tags

This commit is contained in:
Brian Coca 2016-03-10 00:29:32 -05:00
parent 7e6343213b
commit 923548f6d5

View file

@ -28,7 +28,7 @@ all: setup test_test_infra parsing test_var_precedence unicode test_templating_s
test_test_infra:
[ "$$(ansible-playbook -i $(INVENTORY) test_test_infra.yml -e @$(VARS_FILE) $(CREDENTIALS_ARG) $(TEST_FLAGS) | fgrep works | xargs)" = "msg: fail works (True) msg: assert works (True)" ]
setup: test_test_infra
setup:
rm -rf $(TEST_DIR)
mkdir -p $(TEST_DIR)