Skip to content

Commit 34cedc6

Browse files
committed
fix(tests): Fix template tests
Shell script must be executable. (cherry picked from commit e22c961)
1 parent 9d3427d commit 34cedc6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

templates/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test_project.sh.in
33
${CMAKE_CURRENT_BINARY_DIR}/test_project.sh
4-
@ONLY)
4+
@ONLY
5+
USE_SOURCE_PERMISSIONS)
56

67
foreach(container_type IN ITEMS root stl)
78
add_test(NAME project_${container_type}_containers

templates/test_project.sh.in

100644100755
File mode changed.

0 commit comments

Comments
 (0)