Files
galaxy/test/functional/tools/cheetah_problem_syntax_error.xml
T
John Chilton 7dedb3ff18 Add another cheetah syntax error example...
... ensure the test framework run the tool, detects that there is an error, and handles things appropriately.
2015-11-18 10:45:05 +00:00

18 lines
352 B
XML

<tool id="cheetah_problem_syntax_error" name="cheetah_problem_syntax_error" version="0.1.0">
<command>
#for i inx
moo
</command>
<inputs>
</inputs>
<outputs>
<data name="out_file1" />
</outputs>
<tests>
<test expect_failure="true">
</test>
</tests>
<help>
</help>
</tool>