Mercurial > repos > mbernt > fail
changeset 6:3a933f3dd388 draft default tip
"planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/fail commit 8c2b974e68ad4009b5723c5994f193f608ddb923"
author | mbernt |
---|---|
date | Wed, 15 Dec 2021 10:44:02 +0000 |
parents | c870a477c539 |
children | |
files | fail.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/fail.xml Sun Dec 13 16:06:00 2020 +0000 +++ b/fail.xml Wed Dec 15 10:44:02 2021 +0000 @@ -2,18 +2,18 @@ <requirements> </requirements> <command detect_errors="exit_code"><![CDATA[ - echo "" > $out_file1 && - sh -c "exit $code" + echo "" > $out_file1 && + sh -c "exit $code" ]]></command> <inputs> - <param name="code" type="integer" value=""/> + <param name="code" type="integer" value=""/> </inputs> <outputs> - <data format="tabular" name="out_file1" /> + <data format="tabular" name="out_file1" /> </outputs> <tests> <test expect_failure="true" expect_exit_code="4"> - <param name="code" value="4"/> + <param name="code" value="4"/> </test> </tests> <help><![CDATA[