Skip to content

Commit 7869ef3

Browse files
authored
Make e2e tests slightly more explicit and consistent. (#1510)
1 parent 3a7bec0 commit 7869ef3

File tree

99 files changed

+84
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+84
-50
lines changed

azure-pipelines/e2e-ports/overlays/absolute-paths/portfile.cmake renamed to azure-pipelines/e2e-ports/absolute-paths/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ if("native" IN_LIST FEATURES)
3333
file(WRITE "${CURRENT_PACKAGES_DIR}/share/${PORT}/test.py" "${CURRENT_INSTALLED_DIR_NATIVE}")
3434
endif()
3535

36-
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/../../../../LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
36+
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/../../../LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

0 commit comments

Comments
 (0)