We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca76cca commit 5bd7fb4Copy full SHA for 5bd7fb4
contrib/buildsystems/CMakeLists.txt
@@ -1102,10 +1102,10 @@ if(NOT ${CMAKE_BINARY_DIR}/CMakeCache.txt STREQUAL ${CACHE_PATH})
1102
file(COPY ${CMAKE_SOURCE_DIR}/contrib/completion/git-completion.bash DESTINATION ${CMAKE_BINARY_DIR}/contrib/completion/)
1103
endif()
1104
1105
-file(GLOB test_scipts "${CMAKE_SOURCE_DIR}/t/t[0-9]*.sh")
+file(GLOB test_scripts "${CMAKE_SOURCE_DIR}/t/t[0-9]*.sh")
1106
1107
#test
1108
-foreach(tsh ${test_scipts})
+foreach(tsh ${test_scripts})
1109
add_test(NAME ${tsh}
1110
COMMAND ${SH_EXE} ${tsh} --no-bin-wrappers --no-chain-lint -vx
1111
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/t)
0 commit comments