summaryrefslogtreecommitdiff
path: root/test/integration/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-06-02 13:39:27 -0700
committerMatt Clay <matt@mystile.com>2016-06-04 12:02:11 -0700
commit6e1e86028f8b9c8fced68e3f06bbc15fd8fc2778 (patch)
tree92392e98cfcb829b1290b3cabd6f04568b881d8f /test/integration/Makefile
parent73bb06ae84d19538bdc5cff6a8010ed19c795709 (diff)
downloadansible-6e1e86028f8b9c8fced68e3f06bbc15fd8fc2778.tar.gz
Split integration tests into multiple groups.
This will allow tests to complete much faster.
Diffstat (limited to 'test/integration/Makefile')
-rw-r--r--test/integration/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile
index 42bb9e1f17..73b0af6908 100644
--- a/test/integration/Makefile
+++ b/test/integration/Makefile
@@ -25,7 +25,9 @@ EUID := $(shell id -u -r)
UNAME := $(shell uname | tr '[:upper:]' '[:lower:]')
-all: setup test_test_infra parsing test_var_precedence unicode test_templating_settings environment test_connection non_destructive destructive includes blocks pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_gathering_facts test_binary_modules
+all: setup other non_destructive destructive
+
+other: test_test_infra parsing test_var_precedence unicode test_templating_settings environment test_connection includes blocks pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_gathering_facts test_binary_modules
test_test_infra:
# ensure fail/assert work locally and can stop execution with non-zero exit code