Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-25 20:48:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-26 16:06:49 +0300
commit51c6dfd7f0aafddf29ea2b28706341dd87a559fd (patch)
tree95567f5d1079935a3705dcd8c82008d178b3c465 /tests/python/opengl_draw_tests.py
parent0e327968a97792700d9866d5b9fb5d16a386a897 (diff)
Tests: add navigation links for HTML test reports, and other tweaks
Diffstat (limited to 'tests/python/opengl_draw_tests.py')
-rwxr-xr-xtests/python/opengl_draw_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/opengl_draw_tests.py b/tests/python/opengl_draw_tests.py
index 9913f875689..b70111c042f 100755
--- a/tests/python/opengl_draw_tests.py
+++ b/tests/python/opengl_draw_tests.py
@@ -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)