<div dir="ltr">it's possible that this functionality broke if it wasn't tested a whole lot. It appears we had tests for src_dirs being recursive (which still appear to work), but no tests for extra_src_dirs and we might have broken these through a refactoring for newer compiler changes. You may want to open an issue for this.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 19, 2019 at 4:45 AM Leo Liu <<a href="mailto:sdl.web@gmail.com">sdl.web@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi there,<br>
<br>
I have a common test data directory that I would like to opt out of this<br>
recursion. Based on <a href="https://github.com/erlang/rebar3/pull/1382" rel="noreferrer" target="_blank">https://github.com/erlang/rebar3/pull/1382</a> I have<br>
tried<br>
<br>
{profiles,<br>
 [{test, [<br>
       {extra_src_dirs, [{"test", [{recursive, false}]}]}<br>
   ]}]}.<br>
<br>
and<br>
<br>
{extra_src_dirs, [{"test", [{recursive, false}]}]}.<br>
<br>
neither worked. Any suggestions? Thanks. -- Leo<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>