[Bf-blender-cvs] [243fbf1c4ba] master: Tests: Be more explicit about the required location of the tests folder.

Ray Molenkamp noreply at git.blender.org
Fri May 10 22:19:31 CEST 2019


Commit: 243fbf1c4bacf82dd30dc9068ac634343d5b6ad6
Author: Ray Molenkamp
Date:   Fri May 10 14:19:29 2019 -0600
Branches: master
https://developer.blender.org/rB243fbf1c4bacf82dd30dc9068ac634343d5b6ad6

Tests: Be more explicit about the required location of the tests folder.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b7f04a65dcd..d3cafe10f97 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -578,7 +578,7 @@ if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/shader")
   add_cycles_render_test(sss)
   add_cycles_render_test(volume)
 elseif(WITH_CYCLES)
-  MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist")
+  MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist at ${TEST_SRC_DIR}")
 endif()
 
 if(WITH_OPENGL_DRAW_TESTS)



More information about the Bf-blender-cvs mailing list