From f9c6af55b295b74734faeba787479463548ea9e6 Mon Sep 17 00:00:00 2001
From: Matt Wise <wsmatth@amazon.com>
Date: Thu, 3 Dec 2020 12:20:55 -0500
Subject: [PATCH] Update prepare-dist.sh

---
 testing/partition-test-aws/build-aws/prepare-dist.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testing/partition-test-aws/build-aws/prepare-dist.sh b/testing/partition-test-aws/build-aws/prepare-dist.sh
index 6f3f4ff18..48f2db172 100755
--- a/testing/partition-test-aws/build-aws/prepare-dist.sh
+++ b/testing/partition-test-aws/build-aws/prepare-dist.sh
@@ -46,3 +46,5 @@ chmod +x "${INTEGRATION_TEST_OUTPUT_BIN_DIR}"/install-deps.sh
 mvn clean -f "$INTEGRATION_TEST_SOURCE_DIR_AWS"/pom.xml
 cp -R "$INTEGRATION_TEST_SOURCE_DIR_AWS"/* "${INTEGRATION_TEST_OUTPUT_DIR}"/
 
+#copy testing parent pom to output
+cp "$INTEGRATION_TEST_SOURCE_DIR/pom.xml" "${OUTPUT_DIR}/testing"
\ No newline at end of file
-- 
GitLab