mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
32 lines
703 B
HTML
32 lines
703 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>ArduPilot Automatic Testing</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="http://autotest.diydrones.com/"><image src="logo.png"/></a>
|
|
<h1>ArduPilot Automatic Testing</h1>
|
|
|
|
<h2>Automatic test run at ${date}</h2>
|
|
|
|
Test run on git commit <a href="http://code.google.com/p/ardupilot-mega/source/detail?r=${githash}">${githash}</a>
|
|
|
|
<ul>
|
|
${{tests:<li>${name} - ${result} (${elapsed} seconds)</li>
|
|
}}
|
|
</ul>
|
|
|
|
<h2>Test logs</h2>
|
|
|
|
<ul>
|
|
${{files:<li>${name} - <a href="${fname}">${fname}</a>
|
|
}}
|
|
</ul>
|
|
|
|
<h2>Older results</h2>
|
|
|
|
Older test results are <a href="history">available here</a>
|
|
|
|
</BODY>
|
|
</HTML>
|