From 433ecb88bdf2fbc51cfdc1758300324587790ba9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 23 Jan 2015 20:48:28 +0500 Subject: 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! --- tests/python/cycles_render_tests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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" -- cgit v1.2.3