Tests: add navigation links for HTML test reports, and other tweaks

This commit is contained in:
Brecht Van Lommel
2019-06-25 19:48:14 +02:00
parent 0e327968a9
commit 51c6dfd7f0
6 changed files with 44 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ def main():
output_dir = args.outdir[0]
from modules import render_report
report = render_report.Report("Cycles Test Report", output_dir, idiff)
report = render_report.Report("Cycles", output_dir, idiff)
report.set_pixelated(True)
report.set_reference_dir("cycles_renders")
report.set_compare_engines('cycles', 'eevee')