Skip to content

Commit

Permalink
test: fix Lake rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Nov 28, 2022
1 parent c4ff5fe commit c112ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/CMakeLists.txt
Expand Up @@ -173,7 +173,7 @@ ENDFOREACH(T)
# Create a lake test for each subdirectory of `lake/examples` which contains a `test.sh` file.
file(GLOB_RECURSE LEANLAKETESTS "${LEAN_SOURCE_DIR}/lake/examples/test.sh")
FOREACH(T ${LEANLAKETESTS})
if(NOT T MATCHES ".*lean_packages.*")
if(NOT T MATCHES ".*lake-packages.*")
if(NOT T MATCHES ".*bootstrap.*")
GET_FILENAME_COMPONENT(T_DIR ${T} DIRECTORY)
GET_FILENAME_COMPONENT(DIR_NAME ${T_DIR} NAME)
Expand Down

0 comments on commit c112ae7

Please sign in to comment.