~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bileto Bot
  • Date: 2022-09-28 22:22:30 UTC
  • mfrom: (496.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20220928222230-oyfxv17y2n1umxkm
* Prevent test-json from failing because of "Using cross-namespace
  EXTERNAL authentication" warning (LP: #1991138).
* No change rebuild for ppc64el baseline bump.
* No-change rebuild to build packages with zstd compression.
* Disable valgrind on riscv64. It's not there yet.
* No-change rebuild with fixed binutils on arm64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        @echo export G_MESSAGES_DEBUG=all >> $@
220
220
        @echo $(XVFB_RUN) >> $@
221
221
        @echo $(DBUS_RUNNER) --task ./test-json-client --wait-for org.dbusmenu.test --task-name Client --parameter $(top_builddir)/tools/dbusmenu-dumper --parameter test-json-01.output.json --task ./test-json-server --task-name Server --parameter $(srcdir)/test-json-01.json >> $@
 
222
        @echo sed -i \"/Using cross-namespace EXTERNAL authentication \(this will deadlock if server is GDBus \< 2.73.3\)/d\" test-json-01.output.json >> $@
222
223
        @echo diff $(srcdir)/test-json-01.json test-json-01.output.json \> /dev/null >> $@
223
224
        @chmod +x $@
224
225