From 1440074cac0a0e2c659539c241947409c3bbdb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Foucault?= Date: Thu, 14 Apr 2022 13:10:26 +0200 Subject: 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. --- tests/python/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/python/CMakeLists.txt') 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 -- cgit v1.2.3