[Bf-blender-cvs] [fd32fe6b02f] soc-2021-geometry-nodes-regression-test: Updating cmake error messsage

Himanshi Kalra noreply at git.blender.org
Mon Jul 26 21:29:40 CEST 2021


Commit: fd32fe6b02f68662cfe04ea9cbaf86187dbf77a4
Author: Himanshi Kalra
Date:   Mon Jul 26 21:30:59 2021 +0530
Branches: soc-2021-geometry-nodes-regression-test
https://developer.blender.org/rBfd32fe6b02f68662cfe04ea9cbaf86187dbf77a4

Updating cmake error messsage

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 49909050ec4..0f9665f0a95 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -759,7 +759,7 @@ foreach(geo_node_test ${geo_node_tests})
       )
       endforeach()
   else()
-    MESSAGE(STATUS "No directory called ${TEST_SRC_DIR}/modeling/geometry_nodes/${geo_node_test}/ found!")
+    MESSAGE(STATUS "No directory named ${TEST_SRC_DIR}/modeling/geometry_nodes/${geo_node_test}/ found, disabling test.")
   endif()
 endforeach()



More information about the Bf-blender-cvs mailing list