From af8258cdf215eb727ab56c45b1d8a7130d966ae5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 14 Apr 2016 08:06:46 -0700 Subject: [PATCH] Revert "Increase verbosity of connection tests." (#15305) --- test/integration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Makefile b/test/integration/Makefile index 122d631e64..db610c4641 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -96,7 +96,7 @@ TEST_CONNECTION_FILTER += !chroot endif # Connection plugin test command to repeat with each locale setting. -TEST_CONNECTION_CMD = $(1) ansible-playbook test_connection.yml -i test_connection.inventory -l '$(TEST_CONNECTION_FILTER)' -v $(TEST_FLAGS) +TEST_CONNECTION_CMD = $(1) ansible-playbook test_connection.yml -i test_connection.inventory -l '$(TEST_CONNECTION_FILTER)' $(TEST_FLAGS) test_connection: setup $(call TEST_CONNECTION_CMD)