From 4f08cb5c7b53193dcded04920ad82e19f22fbe7b Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Wed, 26 Jan 2022 23:35:05 -0500 Subject: [PATCH] add temp pwd call to help figure out absolute pathing --- dist/steps/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 4389bf1..2b51141 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -45,6 +45,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then -quit UNITY_PROJECT_PATH="./TempProject" + + # REMOVE get the current working directory for temporary debugging reasons + pwd fi #