diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-30 17:20:26 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-30 17:20:26 +0200 |
commit | 04a517eca8b9e964bb2d096d6edf6f7d8a9e8b35 (patch) | |
tree | 53b54be4f0fe44f8aa77c122132bfd29cd17a509 | |
parent | c43a76e643ab930725d20d306bc3ca5e7874eebe (diff) | |
download | libayatana-appindicator-04a517eca8b9e964bb2d096d6edf6f7d8a9e8b35.tar.gz libayatana-appindicator-04a517eca8b9e964bb2d096d6edf6f7d8a9e8b35.tar.bz2 libayatana-appindicator-04a517eca8b9e964bb2d096d6edf6f7d8a9e8b35.zip |
tests/Makefile.am: Add --keep-env option to dbus-test-runner calls. Allows propagating e.g. a build HOME into the DBus test environment.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a2080bd..7d2adc6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -168,7 +168,7 @@ TESTS += libappindicator-tests DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT) libappindicator-tests-gtester -DBUS_RUNNER=dbus-test-runner -m 300 --dbus-config /usr/share/dbus-test-runner/session.conf +DBUS_RUNNER=dbus-test-runner --keep-env -m 300 --dbus-config /usr/share/dbus-test-runner/session.conf test-libappindicator-dbus: test-libappindicator-dbus-client test-libappindicator-dbus-server Makefile.am @echo "#!/bin/bash" > test-libappindicator-dbus |