From c231c29afae2b26157faa9e22e2e6a104ed87a22 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 1 Feb 2017 10:13:40 +0100 Subject: [PATCH] Cycles tests: Allow python auto-exec --- tests/python/cycles_render_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py index ae8848570f0..64a71da301a 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