[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] tests: Silence tar.
From: |
Mathieu Lirzin |
Subject: |
[PATCH 5/5] tests: Silence tar. |
Date: |
Thu, 24 Mar 2016 00:38:50 +0100 |
* 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 © 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))))
--
2.7.0
- [PATCH 0/5] Automake custom test driver using SRFI-64., Mathieu Lirzin, 2016/03/23
- [PATCH 3/5] tests: Silence guix-daemon., Mathieu Lirzin, 2016/03/23
- [PATCH 4/5] tests: Silence %have-nix-hash?., Mathieu Lirzin, 2016/03/23
- [PATCH 5/5] tests: Silence tar.,
Mathieu Lirzin <=
- [PATCH 1/5] tests: Silence %cpio-program., Mathieu Lirzin, 2016/03/23
- [PATCH 2/5] build: Add a Guile custom test driver using SRFI-64., Mathieu Lirzin, 2016/03/23
- Re: [PATCH 0/5] Automake custom test driver using SRFI-64., Eric Bavier, 2016/03/24
- Re: [PATCH 0/5] Automake custom test driver using SRFI-64., Ludovic Courtès, 2016/03/27