diff mbox series

[1/5] kernel-shark: Silence a warning from 'cmake_clean.sh'

Message ID 20211110143747.32833-1-y.karadz@gmail.com (mailing list archive)
State Accepted
Headers show
Series [1/5] kernel-shark: Silence a warning from 'cmake_clean.sh' | expand

Commit Message

Yordan Karadzhov Nov. 10, 2021, 2:37 p.m. UTC
The file 'CTestTestfile.cmake' may not exist if the CI tests were
never executed.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 build/cmake_clean.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/build/cmake_clean.sh b/build/cmake_clean.sh
index d645c32..8defa67 100755
--- a/build/cmake_clean.sh
+++ b/build/cmake_clean.sh
@@ -2,7 +2,7 @@  make clean
 rm CMakeCache.txt
 rm cmake_install.cmake
 rm Makefile
-rm CTestTestfile.cmake
+rm -f CTestTestfile.cmake
 rm -f DartConfiguration.tcl
 rm -rf CMakeFiles/
 rm -rf src/