From 17ad58fe328a121711e7c32d5713a78938edbff4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Nov 2011 00:31:50 +1100 Subject: [PATCH] autotest: copy png files over --- Tools/autotest/autotest.py | 2 ++ Tools/autotest/web/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ ArduPilot Automatic Testing - +

ArduPilot Automatic Testing

Automatic test run at ${date}