From 0ada7eae5e3049e82dcb49acb8405e95e42bb1a3 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 8 Jul 2016 17:41:58 -0700 Subject: [PATCH] Add test tags for shell and command modules. --- test/integration/non_destructive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml index 89812b26dc..5bb748bff8 100644 --- a/test/integration/non_destructive.yml +++ b/test/integration/non_destructive.yml @@ -35,7 +35,7 @@ - { role: test_filters, tags: test_filters } - { role: test_facts_d, tags: test_facts_d } - { role: test_async, tags: [test_async, test_async_status, test_async_wrapper] } - - { role: test_command_shell, tags: test_command_shell } + - { role: test_command_shell, tags: [test_command_shell, test_command, test_shell] } - { role: test_task_ordering, tags: test_task_ordering } - { role: test_script, tags: test_script } - { role: test_authorized_key, tags: test_authorized_key }