[Bf-blender-cvs] [c231c29afa] master: Cycles tests: Allow python auto-exec

Sergey Sharybin noreply at git.blender.org
Wed Feb 1 10:14:56 CET 2017


Commit: c231c29afae2b26157faa9e22e2e6a104ed87a22
Author: Sergey Sharybin
Date:   Wed Feb 1 10:13:40 2017 +0100
Branches: master
https://developer.blender.org/rBc231c29afae2b26157faa9e22e2e6a104ed87a22

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 ae8848570f..64a71da301 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -52,6 +52,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