<div dir="ltr">as long as this gets fixed, I'm fine with any solution</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 20 gen 2021 alle ore 16:04 Pierre Jolivet <<a href="mailto:pierre@joliv.et">pierre@joliv.et</a>> ha scritto:<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 style="overflow-wrap: break-word;">Sorry for the noise, I'm now just realizing that it is in fact exactly the same bash-ism… (I prefer my “fix” though, but I guess the rest of Stefano’s comment still holds true).<div><br></div><div>Thanks,</div><div>Pierre<br><div><div><br><blockquote type="cite"><div>On 20 Jan 2021, at 1:59 PM, Pierre Jolivet <<a href="mailto:pierre@joliv.et" target="_blank">pierre@joliv.et</a>> wrote:</div><br><div><div style="overflow-wrap: break-word;"><br><div><br><blockquote type="cite"><div>On 20 Jan 2021, at 12:11 PM, Stefano Zampini <<a href="mailto:stefano.zampini@gmail.com" target="_blank">stefano.zampini@gmail.com</a>> wrote:</div><br><div><div dir="ltr">This is an issue with the default shell used by the makefile. Below is my fix. We should probably have a CI machine that checks for these shell-related errors.</div></div></blockquote><div><br></div><div>I second this. Just spent too much time finding this other bash-ism in gmakefile.test… <a href="https://gitlab.com/petsc/petsc/-/commit/e4b11943e93779206a0e5f2091646de2e86b10e3#551c4017403b9179c385d5600f43348b6288a751" target="_blank">https://gitlab.com/petsc/petsc/-/commit/e4b11943e93779206a0e5f2091646de2e86b10e3#551c4017403b9179c385d5600f43348b6288a751</a></div><div><pre style="font-variant-ligatures:normal;white-space:pre-wrap">2021-01-20T11:21:22.5942304Z /usr/bin/sh: 1: test: false: unexpected operator
2021-01-20T11:21:22.5981176Z make: *** [gmakefile.test:270: check-test-errors] Error 1</pre></div><div>Thanks,</div><div>Pierre</div><br><blockquote type="cite"><div><div dir="ltr"><div><div>diff --git a/gmakefile.test b/gmakefile.test<br>index c38e37f..ffd7bdb 100644<br>--- a/gmakefile.test<br>+++ b/gmakefile.test<br>@@ -379,10 +379,11 @@ starttime: pre-clean $(libpetscall)<br>        @$(eval STARTTIME := $(shell date +%s))<br> <br> report_tests: starttime $(TESTTARGETS)<br>+ifeq ($(showreport),true)<br>        @$(eval ENDTIME := $(shell date +%s))<br>-       -@if test ${showreport} == "true"; then  elapsed_time=$$(($(ENDTIME)- $(STARTTIME))) && \<br>-       $(PYTHON) $(CONFIGDIR)/report_tests.py -m $(MAKE) -d $(TESTDIR)/counts -t 5 -e $${elapsed_time};\<br>-    fi<br>+       elapsed_time=$$(($(ENDTIME)- $(STARTTIME))) && \<br>+       $(PYTHON) $(CONFIGDIR)/report_tests.py -m $(MAKE) -d $(TESTDIR)/counts -t 5 -e $${elapsed_time};<br>+endif<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 19 gen 2021 alle ore 20:41 Scott Kruger <<a href="mailto:kruger@txcorp.com" target="_blank">kruger@txcorp.com</a>> ha scritto:<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 bgcolor="#FFFFFF">
    <br>
    <br>
    <font size="+1">I can't reproduce this with the latest master:<br>
      <br>
      hip 1261: git pull<br>
      Already up to date.<br>
      hip 1262: make -f gmakefile.test test search='notatest'<br>
      Using MAKEFLAGS: -- search=notatest<br>
      hip 1263:<br>
      <br>
      <br>
    </font><br>
    <div>On 1/19/21 8:19 AM, Stefano Zampini
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Just rebased over latest master and got this
        <div><br>
        </div>
        <div>zampins@vulture:~/Devel/petsc$ make -f gmakefile.test test
          search='notatest'<br>
          Using MAKEFLAGS: -- search=notatest<br>
          /bin/sh: 1: test: false: unexpected operator<br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">Stefano</div>
        </div>
      </div>
    </blockquote>
    <br>
    <pre cols="72">-- 
Tech-X Corporation               <a href="mailto:kruger@txcorp.com" target="_blank">kruger@txcorp.com</a>
5621 Arapahoe Ave, Suite A       Phone: (720) 466-3196
Boulder, CO 80303                Fax:   (303) 448-7756</pre>
  </div>

</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr">Stefano</div>
</div></blockquote></div><br></div></div></blockquote></div><br></div></div></div></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Stefano</div>