diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 1f8b40e430..d0acc02ada 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -199,6 +199,8 @@ def write_webresults(results): f = open(util.reltopdir("../buildlogs/%s" % os.path.basename(h)), mode='w') t.write(f, html, results) f.close() + for f in glob.glob(util.reltopdir('Tools/autotest/web/*.png')): + shutil.copy(f, util.reltopdir('../buildlogs/%s' % os.path.basename(f))) diff --git a/Tools/autotest/web/index.html b/Tools/autotest/web/index.html index a72cbee78e..730254110b 100644 --- a/Tools/autotest/web/index.html +++ b/Tools/autotest/web/index.html @@ -4,7 +4,7 @@