[Bf-blender-cvs] [f6d2981ffb] blender-v2.78b-release: Cycles tests: Allow python auto-exec

Sergey Sharybin noreply at git.blender.org
Fri Feb 3 10:49:30 CET 2017


Commit: f6d2981ffb39d0a2275045fa27ddbd25c7937e3f
Author: Sergey Sharybin
Date:   Wed Feb 1 10:13:40 2017 +0100
Branches: blender-v2.78b-release
https://developer.blender.org/rBf6d2981ffb39d0a2275045fa27ddbd25c7937e3f

Cycles tests: Allow python auto-exec

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

M	tests/python/cycles_render_tests.py

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

diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index 78b4b346f2..fa4b3f2efd 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -15,6 +15,7 @@ def render_file(filepath):
         "--background",
         "-noaudio",
         "--factory-startup",
+        "--enable-autoexec",
         filepath,
         "-E", "CYCLES",
         # Run with OSL enabled




More information about the Bf-blender-cvs mailing list