From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QLiEw-0001Lf-3q for garchives@archives.gentoo.org; Sun, 15 May 2011 20:48:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E621C06D; Sun, 15 May 2011 20:48:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 793071C06D for ; Sun, 15 May 2011 20:48:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E87B91B4008 for ; Sun, 15 May 2011 20:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5E68D80504 for ; Sun, 15 May 2011 20:48:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <89aaf4d9fcdc71c74283fc9ea1943b97c3deb379.mgorny@gentoo> Subject: [gentoo-commits] proj/pms-test-suite-overlay:master commit in: eclass/ X-VCS-Repository: proj/pms-test-suite-overlay X-VCS-Files: eclass/pms-test.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89aaf4d9fcdc71c74283fc9ea1943b97c3deb379 Date: Sun, 15 May 2011 20:48:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 12831fd45d640278d70e812491877b9c commit: 89aaf4d9fcdc71c74283fc9ea1943b97c3deb379 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun May 15 20:48:13 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun May 15 20:48:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e-overlay.git;a=3Dcommit;h=3D89aaf4d9 Pass --print-reply to dbus-send to catch errors. --- eclass/pms-test.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/pms-test.eclass b/eclass/pms-test.eclass index a715cf5..b9cca9f 100644 --- a/eclass/pms-test.eclass +++ b/eclass/pms-test.eclass @@ -22,6 +22,7 @@ pms-test_pkg_setup() { pms-test_append_result() { dbus-send \ --system \ + --print-reply \ --type=3Dmethod_call \ --dest=3Dorg.gentoo.PMSTestSuite \ /org/gentoo/PMSTestSuite \