Tell the user when a background update completes, not when it starts
[zeroinstall/solver.git] / tests / runnable / RunExec.xml
blobae742213b8e601dd10046ea834972b3890c75827
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>RunExec</name>
4   <summary>script that uses a command</summary>
6   <implementation id="test" local-path="." version="1">
7     <command name="run" path="go.sh"/>
8     <requires interface='./Runnable.xml'>
9       <executable-in-path name='0testprog'/>
10       <executable-in-var name='PROG' command='foo'/>
11     </requires>
12   </implementation>
13 </interface>