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:
parent
bef89a8ab5
commit
17ad58fe32
Tools/autotest
@ -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)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user