We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc689ab commit ca71997Copy full SHA for ca71997
src/shell/CMakeLists.txt
@@ -262,7 +262,7 @@ endforeach(T)
262
# online: downloads remote repositories
263
file(
264
GLOB_RECURSE LEANLAKETESTS
265
- "${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
+ #"${LEAN_SOURCE_DIR}/../tests/lake/tests/test.sh"
266
"${LEAN_SOURCE_DIR}/../tests/lake/examples/test.sh"
267
)
268
foreach(T ${LEANLAKETESTS})
0 commit comments