Add extra Cycles regression tests

This new tests are aimed to issues/regressions reported to the tracker.
This commit is contained in:
Sergey Sharybin
2015-02-01 00:49:35 +05:00
parent 77e6f2212f
commit 0827441c32
2 changed files with 7 additions and 1 deletions

View File

@@ -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)