Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHimanshi Kalra <himanshikalra98@gmail.com>2021-09-15 20:34:47 +0300
committerHimanshi Kalra <himanshikalra98@gmail.com>2021-09-15 20:34:47 +0300
commita866a32ff257fd9ff4d543adbddad283a189bbc6 (patch)
tree27eebca258035d173f499fd5289ac53c2707128b /tests
parent4a009b54bc8ecac548c52cda590c2500787ebf2d (diff)
Tests: Updated test message for Directory Not Found
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()