From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 5/5] tests: Silence tar. Date: Thu, 24 Mar 2016 00:38:50 +0100 Message-ID: <1458776330-5005-6-git-send-email-mthl@gnu.org> References: <1458776330-5005-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aisMu-0007f7-1C for guix-devel@gnu.org; Wed, 23 Mar 2016 19:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aisMs-0007sd-Nq for guix-devel@gnu.org; Wed, 23 Mar 2016 19:39:15 -0400 In-Reply-To: <1458776330-5005-1-git-send-email-mthl@gnu.org> 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 * tests/pypi.scm ("pypi->guix-package"): Remove verbose option when invoking tar to avoid polluting standard output. --- tests/pypi.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pypi.scm b/tests/pypi.scm index e463467..c04318b 100644 --- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2014 David Thompson +;;; Copyright =C2=A9 2016 Mathieu Lirzin ;;; ;;; This file is part of GNU Guix. ;;; @@ -73,7 +74,7 @@ baz > 13.37") (with-output-to-file "foo-1.0.0/requirements.txt" (lambda () (display test-requirements))) - (system* "tar" "czvf" file-name "foo-1.0.0/") + (system* "tar" "czf" file-name "foo-1.0.0/") (delete-file-recursively "foo-1.0.0") (set! test-source-hash (call-with-input-file file-name port-sha256)))) --=20 2.7.0