Skip to content

Commit e22c961

Browse files
fuhlig1dennisklein
authored andcommitted
fix(tests): Fix template tests
Shell script must be executable.
1 parent c67e8aa commit e22c961

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)