<div dir="ltr">hum, interestingly, it doesn't appear to work:<div><a href="https://circleci.com/gh/varnishcache/varnish-cache/186">https://circleci.com/gh/varnishcache/varnish-cache/186</a> vs <a href="https://circleci.com/gh/varnishcache/varnish-cache/196">https://circleci.com/gh/varnishcache/varnish-cache/196</a></div><div><br></div><div>I'm wondering if the sudo command doesn't screw things up here...</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 11, 2019 at 11:00 AM Guillaume Quintard <<a href="mailto:guillaume@varnish-software.com">guillaume@varnish-software.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"><div dir="ltr">Done.<div>Can't be done globally, only at the job level, which only has that one make command, so I don't feel the same appeal you do.<br clear="all"><div><div dir="ltr"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 11, 2019 at 10:51 AM Dridi Boukelmoune <dridi@varni.sh> 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">On Fri, Oct 11, 2019 at 5:32 PM Guillaume Quintard<br>
<<a href="mailto:guillaume@varnish-software.com" target="_blank">guillaume@varnish-software.com</a>> wrote:<br>
><br>
><br>
> commit 76c7d40b4114901a5519df4f93830f03aec85e8c<br>
> Author: Guillaume Quintard <<a href="mailto:guillaume@varnish-software.com" target="_blank">guillaume@varnish-software.com</a>><br>
> Date:   Fri Oct 11 10:31:03 2019 -0700<br>
><br>
>     [cci] VERBOSE=1 for distchecks<br>
><br>
> diff --git a/.circleci/config.yml b/.circleci/config.yml<br>
> index b419b8610..d0d93f752 100644<br>
> --- a/.circleci/config.yml<br>
> +++ b/.circleci/config.yml<br>
> @@ -236,7 +236,7 @@ jobs:<br>
>                 << parameters.extra_conf >><br>
>              sudo -u varnish \<br>
>                 --preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \<br>
> -               make distcheck -j 12 -k<br>
> +               make distcheck VERBOSE=1 -j 12 -k<br>
<br>
Can we make this global instead?<br>
<br>
<a href="https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project" rel="noreferrer" target="_blank">https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project</a><br>
<br>
This way all `make *check` commands will print their failing test logs<br>
and we don't have to worry about it next time we add a new<br>
incantation.<br>
<br>
If we can't do that at the project level, please make that a job<br>
configuration instead for each job:<br>
<br>
<a href="https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-job" rel="noreferrer" target="_blank">https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-job</a><br>
<br>
Thanks,<br>
Dridi<br>
</blockquote></div>
</blockquote></div>