Mercurial > repos > iuc > abyss
comparison macros.xml @ 4:c8a188ea46d5 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 29 Apr 2015 12:07:23 -0400 |
| parents | 1d0f1274d999 |
| children | bb97dd7d11d5 |
comparison
equal
deleted
inserted
replaced
| 3:9975f2d010a5 | 4:c8a188ea46d5 |
|---|---|
| 1 <macros> | |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.5.2">abyss</requirement> | |
| 5 <yield/> | |
| 6 </requirements> | |
| 7 <version_command>ABYSS --version | head -n 1</version_command> | |
| 8 </xml> | |
| 9 <xml name="stdio"> | |
| 10 <stdio> | |
| 11 <!-- Anything other than zero is an error --> | |
| 12 <exit_code range="1:" /> | |
| 13 <!-- In case the return code has not been set propery check stderr too --> | |
| 14 <regex match="Error:" /> | |
| 15 <regex match="Exception:" /> | |
| 16 </stdio> | |
| 17 </xml> | |
| 18 </macros> |
