Skip to content

Commit

Permalink
update test location path.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 25, 2021
1 parent f3947bc commit 643b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aemdesign-testing/test-spec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Function Do-RunTest
$PARENT_PROJECT_NAME = $( Resolve-Path "$PARENT_PROJECT_LOCATION" | Split-Path -Leaf )
$PROJECT_NAME = $( Resolve-Path "${PWD}" | Split-Path -Leaf )

$CURRENT_PROJECT_LOCATION = "${PARENT_PROJECT_WITH_GIT_NAME}/${PROJECT_NAME}"
$CURRENT_PROJECT_LOCATION = "${PARENT_PROJECT_WITH_GIT_NAME}/${PARENT_PROJECT_NAME}/${PROJECT_NAME}"

printSectionLine "Parent Project with GIT Directory: ${PARENT_PROJECT_WITH_GIT}"
printSectionLine "Parent Project with GIT Directory Name: ${PARENT_PROJECT_WITH_GIT_NAME}"
Expand Down

0 comments on commit 643b442

Please sign in to comment.