guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: tests: Silence tar.


From: Mathieu Lirzin
Subject: 05/05: tests: Silence tar.
Date: Tue, 29 Mar 2016 20:54:01 +0000

mthl pushed a commit to branch wip-check
in repository guix.

commit c99edafe3b9b684fb7b1ac8330d1c57d7afd50cf
Author: Mathieu Lirzin <address@hidden>
Date:   Wed Mar 23 23:36:21 2016 +0100

    tests: Silence tar.
    
    * tests/pypi.scm ("pypi->guix-package"): Remove verbose option when
    invoking tar to avoid polluting standard output.
---
 tests/pypi.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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 © 2014 David Thompson <address@hidden>
+;;; Copyright © 2016 Mathieu Lirzin <address@hidden>
 ;;;
 ;;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]