If we get a bad line from GnuPG, log it instead of aborting
[zeroinstall.git] / tests / runnable / Runner.xml
blob0fcb4b0db0892e765db375f467c8d33fc1eecbf0
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>Runner</name>
4   <summary>test runner</summary>
6   <implementation id="test" local-path="." version="1">
7     <environment name='SELF' insert='.' mode='replace'/>
8     <command name="runme" path="runner">
9       <arg>runner-arg</arg>
10       <arg>${SELF}</arg>
11     </command>
12   </implementation>
13 </interface>