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
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-04-14 14:10:26 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-04-14 14:10:26 +0300
commit1440074cac0a0e2c659539c241947409c3bbdb16 (patch)
treea7827397a9f59383fda4f17dac039eecad488380
parentc9574412c7e3eeb83eccf4819567e88e42747b28 (diff)
Tests: Change force disable render test messages to be warnings
These were easilly missable and took some effort to find why the test were disabled.
-rw-r--r--tests/python/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index a0b2e6207bf..38c3fc4389a 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -627,13 +627,13 @@ endif()
if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
if(NOT OPENIMAGEIO_IDIFF)
- MESSAGE(STATUS "Disabling Cycles tests because OIIO idiff does not exist")
+ MESSAGE(WARNING "Disabling render tests because OIIO idiff does not exist")
elseif(NOT EXISTS "${TEST_SRC_DIR}/render/shader")
- MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist at ${TEST_SRC_DIR}")
+ MESSAGE(WARNING "Disabling render tests because tests folder does not exist at ${TEST_SRC_DIR}")
elseif(NOT WITH_COMPOSITOR)
- MESSAGE(STATUS "Disabling Cycles tests because WITH_COMPOSITOR is disabled")
+ MESSAGE(WARNING "Disabling render tests because WITH_COMPOSITOR is disabled")
elseif(NOT WITH_OPENCOLORIO)
- MESSAGE(STATUS "Disabling Cycles tests because WITH_OPENCOLORIO is disabled")
+ MESSAGE(WARNING "Disabling render tests because WITH_OPENCOLORIO is disabled")
else()
set(render_tests
camera