[Bf-blender-cvs] [a866a32ff25] master: Tests: Updated test message for Directory Not Found

Himanshi Kalra noreply at git.blender.org
Wed Sep 15 19:35:03 CEST 2021


Commit: a866a32ff257fd9ff4d543adbddad283a189bbc6
Author: Himanshi Kalra
Date:   Wed Sep 15 23:04:47 2021 +0530
Branches: master
https://developer.blender.org/rBa866a32ff257fd9ff4d543adbddad283a189bbc6

Tests: Updated test message for Directory Not Found

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 79632e49c1f..a1b94abc317 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -766,7 +766,7 @@ foreach(geo_node_test ${geo_node_tests})
       )
       endforeach()
   else()
-    MESSAGE(STATUS "No directory named ${TEST_SRC_DIR}/modeling/geometry_nodes/${geo_node_test}/ found, disabling test.")
+    MESSAGE(STATUS "Directory named ${TEST_SRC_DIR}/modeling/geometry_nodes/${geo_node_test}/ Not Found, disabling test.")
   endif()
 endforeach()



More information about the Bf-blender-cvs mailing list