Skip to content

Commit

Permalink
Move optional tag to the output data element
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 2, 2018
1 parent d21d7d9 commit 7ed81e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/tools/multi_output_recurse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<data auto_format="true" name="report">
<discover_datasets pattern="__designation__" directory="." visible="true" recurse="true" />
</data>
<data auto_format="true" name="report_optional">
<discover_datasets pattern="__designation__" directory="i_do_not_exist" visible="true" recurse="true" optional="true" />
<data auto_format="true" name="report_optional" optional="true">
<discover_datasets pattern="__designation__" directory="i_do_not_exist" visible="true" recurse="true" />
</data>
</outputs>
<tests>
Expand Down

1 comment on commit 7ed81e1

@nsoranzo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't help, it seems.

Please sign in to comment.