Skip to content
Snippets Groups Projects
Commit 450289a1 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

Merge branch 'python-MEE' into 'master'

Mission Execution Engine implementation in python, which takes AVCL files as...

See merge request !2
parents 000ef1bc 3a636512
No related branches found
No related tags found
1 merge request!2Mission Execution Engine implementation in python, which takes AVCL files as...
...@@ -673,10 +673,15 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -673,10 +673,15 @@ POSSIBILITY OF SUCH DAMAGE.
<exec executable="python" dir="." vmlauncher="false"> <exec executable="python" dir="." vmlauncher="false">
<arg value="--version"/> <arg value="--version"/>
</exec> </exec>
<!-- Note that Ant will not work with interactive command-line invocation of missions -->
<!-- TODO Jon will add single-mission and all-mission execution options -->
<exec executable="python" dir="." vmlauncher="false"> <exec executable="python" dir="." vmlauncher="false">
<arg value="missions/python/MissionExecutionEngine.py"/> <arg value="missions/python/MissionExecutionEngine.py"/>
<arg value="--help"/>
</exec>
<exec executable="python" dir="." vmlauncher="false">
<arg value="missions/python/MissionExecutionEngine.py"/>
<arg value="--exhaustively-test-all-standard-library-missions"/>
<arg value="--exhaustive-testing-max-runs-per-mission"/>
<arg value="2000"/>
</exec> </exec>
<!-- verbose results are OK, they go into the build log for ongoing comparison/confirmation --> <!-- verbose results are OK, they go into the build log for ongoing comparison/confirmation -->
</target> </target>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment