mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-22 06:16:50 +08:00
... ensure the test framework run the tool, detects that there is an error, and handles things appropriately.
18 lines
352 B
XML
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>
|