mirror of https://github.com/ArduPilot/ardupilot
autotest: copy png files over
This commit is contained in:
parent
bef89a8ab5
commit
17ad58fe32
|
@ -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)))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue