mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Silence tar.
* tests/pypi.scm ("pypi->guix-package"): Remove verbose option when invoking tar to avoid polluting standard output.
This commit is contained in:
parent
b65703c03e
commit
c99edafe3b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014 David Thompson <davet@gnu.org>
|
;;; Copyright © 2014 David Thompson <davet@gnu.org>
|
||||||
|
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -73,7 +74,7 @@ baz > 13.37")
|
||||||
(with-output-to-file "foo-1.0.0/requirements.txt"
|
(with-output-to-file "foo-1.0.0/requirements.txt"
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(display test-requirements)))
|
(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")
|
(delete-file-recursively "foo-1.0.0")
|
||||||
(set! test-source-hash
|
(set! test-source-hash
|
||||||
(call-with-input-file file-name port-sha256))))
|
(call-with-input-file file-name port-sha256))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue