5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-08 17:08:28 -04:00

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
Tools/autotest

View File

@ -199,6 +199,8 @@ def write_webresults(results):
f = open(util.reltopdir("../buildlogs/%s" % os.path.basename(h)), mode='w') f = open(util.reltopdir("../buildlogs/%s" % os.path.basename(h)), mode='w')
t.write(f, html, results) t.write(f, html, results)
f.close() 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> <TITLE>ArduPilot Automatic Testing</TITLE>
</HEAD> </HEAD>
<BODY> <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> <h1>ArduPilot Automatic Testing</h1>
<h2>Automatic test run at ${date}</h2> <h2>Automatic test run at ${date}</h2>