The file 'CTestTestfile.cmake' may not exist if the CI tests were never executed. Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> --- build/cmake_clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.33.1