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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-26 18:36:04 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:22:01 +0300
commit9cacadc8a637cc6c96380f73c4bfd1d6967351bd (patch)
treee9c0245ba749548378d3e046c572abd44b8641e1 /tests/python/modules/test_utils.py
parent62ec19f37c79a4631fafb78be16554e740366aba (diff)
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.
Diffstat (limited to 'tests/python/modules/test_utils.py')
-rwxr-xr-xtests/python/modules/test_utils.py1
1 files changed, 0 insertions, 1 deletions
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,
]