New cycles tests require buildbot to checkout tests of have test succeed if we test 0 files.

This commit is contained in:
Martijn Berger 2015-01-23 16:28:59 +01:00
parent 6d78936c43
commit d390e24c49

@ -140,6 +140,9 @@ 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"