Commit: 9cacadc8a637cc6c96380f73c4bfd1d6967351bd
Author: Brecht Van Lommel
Date:   Sun Jan 26 16:36:04 2020 +0100
Branches: master
https://developer.blender.org/rB9cacadc8a637cc6c96380f73c4bfd1d6967351bd

Fix tests failing when building without Cycles

The purpose of this line was to not use Blender Internal and associated old
materials, now either Eevee or Cycles is fine.

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

M       tests/python/modules/test_utils.py

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

diff --git a/tests/python/modules/test_utils.py 
b/tests/python/modules/test_utils.py
index 46c1626493f..e31db05ba61 100755
--- a/tests/python/modules/test_utils.py
+++ b/tests/python/modules/test_utils.py
@@ -85,7 +85,6 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
             command.append(str(blendfile))
 
         command.extend([
-            '-E', 'CYCLES',
             '--python-exit-code', '47',
             '--python-expr', python_script,
         ]

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to