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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-31 22:49:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-02-02 00:02:10 +0300
commit0827441c32aec2c22f56bc36d8faa12dc3f20b8f (patch)
tree00a1907d3a4fcd6a3accd35b227f22d4754c62f6 /tests/python/cycles_render_tests.py
parent77e6f2212f4129a2b9160c7042ba81654e849b1e (diff)
Add extra Cycles regression tests
This new tests are aimed to issues/regressions reported to the tracker.
Diffstat (limited to 'tests/python/cycles_render_tests.py')
-rwxr-xr-xtests/python/cycles_render_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index e7435a261ae..36fad175cfa 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -109,7 +109,7 @@ def run_all_tests(dirpath):
print('Can not perform tests because blender fails to start.',
'Make sure INSTALL target was run.')
return False
- elif error == 'VARIFY':
+ elif error == 'VERIFY':
pass
else:
print("Unknown error %r" % error)