From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] gnu: telepathy-logger: Disable parallel tests. Date: Tue, 23 Feb 2016 03:44:50 -0500 Message-ID: <8758efe0b01a2b3710d81c9270ddea88b1d52e2e.1456216984.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY8ab-0008QM-1K for guix-devel@gnu.org; Tue, 23 Feb 2016 03:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY8aW-0007Rz-Ux for guix-devel@gnu.org; Tue, 23 Feb 2016 03:45:00 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY8aW-0007Ri-Rc for guix-devel@gnu.org; Tue, 23 Feb 2016 03:44:56 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id B66FA6800D5 for ; Tue, 23 Feb 2016 03:44:54 -0500 (EST) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel tests. --- gnu/packages/freedesktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index e23cc97..bff709c 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -547,7 +547,8 @@ modems and setup connections with them.") "1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg")))) (build-system gnu-build-system) (arguments - '(#:phases + '(#:parallel-tests? #f + #:phases (modify-phases %standard-phases (add-before 'check 'pre-check (lambda _ -- 2.7.1