diff --git a/scripts/framework_test.sh b/scripts/framework_test.sh index 35065e2d9..50da614f6 100755 --- a/scripts/framework_test.sh +++ b/scripts/framework_test.sh @@ -29,6 +29,10 @@ EXIT_STATUS=0 cd "${SAMPLE}" +if [[ ! -z "$LEGACY" ]]; then + cd "Legacy${SAMPLE}Quickstart" +fi + if [[ "$have_secrets" == true ]]; then ( xcodebuild \