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 223f602 commit e95737fCopy full SHA for e95737f
src/shell/CMakeLists.txt
@@ -221,7 +221,7 @@ ENDFOREACH(T)
221
# toolchain: requires elan to download toolchain
222
# online: downloads remote repositories
223
file(GLOB_RECURSE LEANLAKETESTS
224
- "${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
+ #"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
225
"${LEAN_SOURCE_DIR}/../tests/lake/examples/test.sh")
226
FOREACH(T ${LEANLAKETESTS})
227
if(NOT T MATCHES ".*(lake-packages|bootstrap|toolchain|online).*")
0 commit comments