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
path: root/tests
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-23 18:48:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-23 18:48:55 +0300
commit433ecb88bdf2fbc51cfdc1758300324587790ba9 (patch)
tree61d95ce39f24f0428a3e0d89d483c93300c692fb /tests
parentd390e24c49ba8543b56948402622563cae6e860f (diff)
Revert "New cycles tests require buildbot to checkout tests of have test succeed if we test 0 files."
This reverts commit d390e24c49ba8543b56948402622563cae6e860f. Forcing tests to success is really bad idea. It'll only lead to cases when you see PASSED and will think everything is OK. Long story short: never force tests to pass!
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/cycles_render_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index af0f089becc..815811f6cb8 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -140,9 +140,6 @@ def main():
ROOT = args.testdir[0]
IDIFF = args.idiff[0]
- if no os.path.exists(ROOT):
- sys.exit(0)
-
TEMP = tempfile.mkdtemp()
TEMP_FILE_MASK = os.path.join(TEMP, "test")
TEMP_FILE = TEMP_FILE_MASK + "0001.png"