From 97c73d53588bfe22ff5c057c9a13c06277805894 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 16 Jul 2024 10:52:42 -0500 Subject: [PATCH] fix --- post_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post_build.sh b/post_build.sh index 4f5cbe16..b18d2280 100644 --- a/post_build.sh +++ b/post_build.sh @@ -3,4 +3,5 @@ CURRENT_DIR=$(dirname "$0") CURRENT_DIR=$(realpath ${CURRENT_DIR}) +rsync -av --progress ${CURRENT_DIR}/${PROJECT_APP_NAME}/${PROJECT_APP_NAME}_test/test_data/ ${PROJECT_BUILD_DIR}/build/test_data/ rsync -av --progress ${CURRENT_DIR}/${PROJECT_APP_NAME}/${PROJECT_APP_NAME}_test/test_data/ ${PROJECT_DIST_DIR}/test_data/