Skip to content

Commit

Permalink
Change test with no outputs to not fail
Browse files Browse the repository at this point in the history
``out_3`` has been removed in galaxyproject#17874 .
  • Loading branch information
nsoranzo committed Apr 3, 2024
1 parent 1332eb1 commit 4984523
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/functional/tools/output_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,9 @@ echo 'p2.reverse' > p2.reverse
</assert_contents>
</output>
</test>
<!-- tool runs with no outputs should fail -->
<test expect_num_outputs="0" expect_test_failure="true">
<test expect_num_outputs="0">
<param name="produce_out_1" value="false" />
<param name="filter_text_1" value="not_foo_or_bar" />
<output name="out_3">
<assert_contents>
<has_line line="test" />
</assert_contents>
</output>
<assert_stdout>
<has_n_lines n="0"/>
</assert_stdout>
Expand Down

0 comments on commit 4984523

Please sign in to comment.