From a268d1bbcb91a37f25614b66d7a2f6e0d6a70cd5 Mon Sep 17 00:00:00 2001 From: Katyal Date: Wed, 25 Jul 2018 10:56:36 -0700 Subject: [PATCH] Fix the hook execution windows tests Prior to this change, The tests for windows were failing. This change add the necessary require in the hook_executor file. cr https://code.amazon.com/reviews/CR-2695179 --- lib/instance_agent/plugins/codedeploy/hook_executor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instance_agent/plugins/codedeploy/hook_executor.rb b/lib/instance_agent/plugins/codedeploy/hook_executor.rb index 6674b090..631747f4 100644 --- a/lib/instance_agent/plugins/codedeploy/hook_executor.rb +++ b/lib/instance_agent/plugins/codedeploy/hook_executor.rb @@ -4,7 +4,7 @@ require 'fileutils' require 'instance_agent/plugins/codedeploy/application_specification/application_specification' - +require 'instance_agent/platform/thread_joiner' module InstanceAgent module Plugins module CodeDeployPlugin