Fix failing Eevee render tests after recent changes

This commit is contained in:
Brecht Van Lommel 2020-12-07 16:27:23 +01:00
parent 3012446f02
commit b14b57fc05
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def main():
report = render_report.Report("Eevee", output_dir, idiff)
report.set_pixelated(True)
report.set_reference_dir("eevee_renders")
report.set_compare_engines('cycles', 'CPU')
report.set_compare_engine('cycles', 'CPU')
ok = report.run(test_dir, blender, get_arguments, batch=True)
sys.exit(not ok)