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

@@ -91,7 +91,7 @@ def main():
output_dir = args.outdir[0]
from modules import render_report
report = render_report.Report("OpenGL Draw Test Report", output_dir, idiff)
report = render_report.Report("OpenGL Draw", output_dir, idiff)
ok = report.run(test_dir, render_file)
sys.exit(not ok)