mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
ci: Do not fail csi_clean if there are no files to remove
This commit is contained in:
@@ -13,7 +13,7 @@ enter_suite 'lint'
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
csi_clean() {
|
csi_clean() {
|
||||||
rm "${BUILD_DIR}"/bin/test-includes-*
|
find "${BUILD_DIR}/bin" -name 'test-includes-*' -delete
|
||||||
find "${BUILD_DIR}" -name '*test-include*.o' -delete
|
find "${BUILD_DIR}" -name '*test-include*.o' -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user