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