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
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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,
]