Andreas Enge <andr...@enge.fr> skribis:

> Notice the duplications in the command lines; the culprit seems to be the
> lines in the recipe
>                   ;; Honor $(TESTS_ENVIRONMENT).
>                   (substitute* (find-files "." "^Makefile(\\.in)?$")
>                     (("^GTESTER[[:blank:]]*=(.*)$" _ rest)
>                      (string-append "GTESTER = $(TESTS_ENVIRONMENT) "
>                                     rest))))
> so that Makefile in glib/tests contains
>    GTESTER = $(TESTS_ENVIRONMENT)  $(top_builddir)/glib/gtester
>           ${GTESTER} -k --quiet -o tmpsample.xml 
> --test-arg=--gtester-selftest ${GTESTER}
>
> I ended up dropping these lines and all tests pass; if you have a better
> solution, please feel free to modify the recipe again.

Looks like you made the right decision: this hack is apparently no
longer needed.

Thanks!

Ludo’.

  • Glib 2.38.0 Andreas Enge
    • Re: Glib 2.38.0 Ludovic Courtès

Reply via email to