autotest: copy png files over

This commit is contained in:
Andrew Tridgell 2011-11-10 00:31:50 +11:00
parent bef89a8ab5
commit 17ad58fe32
2 changed files with 3 additions and 1 deletions

View File

@ -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)))

View File

@ -4,7 +4,7 @@
<TITLE>ArduPilot Automatic Testing</TITLE>
</HEAD>
<BODY>
<a href="http://autotest.diydrones.com/"><image src="../APM/Tools/autotest/web/logo.png"/></a>
<a href="http://autotest.diydrones.com/"><image src="logo.png"/></a>
<h1>ArduPilot Automatic Testing</h1>
<h2>Automatic test run at ${date}</h2>