summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-03-21 16:38:44 -0400
committerJames Cammarata <jimi@sngx.net>2016-03-21 16:38:44 -0400
commit52998646e23d9c89c590d580860b06977e7fec4c (patch)
tree24e126c35335bf74bcf5d524c727e21254fe9ac8
parentbc607127ef1d97a4c40255b75c25993b87b3baa7 (diff)
downloadansible-52998646e23d9c89c590d580860b06977e7fec4c.tar.gz
Removing invalid test target as it's not in 2.0 yet
-rw-r--r--test/integration/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile
index 51fabe7c26..4866e81246 100644
--- a/test/integration/Makefile
+++ b/test/integration/Makefile
@@ -23,7 +23,7 @@ VAULT_PASSWORD_FILE = vault-password
CONSUL_RUNNING := $(shell python consul_running.py)
EUID := $(shell id -u -r)
-all: setup test_test_infra parsing test_var_precedence unicode test_templating_settings environment non_destructive destructive includes pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_connection test_gathering_facts
+all: setup test_test_infra parsing test_var_precedence unicode test_templating_settings environment non_destructive destructive includes pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_connection
test_test_infra:
# ensure fail/assert work locally and can stop execution with non-zero exit code