[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: indi: Check slightly more functionally.
From: |
guix-commits |
Subject: |
07/09: gnu: indi: Check slightly more functionally. |
Date: |
Tue, 4 May 2021 09:41:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7f540e3ce0eecb1dedf18e51ac6b161a13a2c625
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 13:34:21 2021 +0200
gnu: indi: Check slightly more functionally.
* gnu/packages/astronomy.scm (indi)[arguments]: Substitute
WITH-DIRECTORY-EXCURSION for double CHDIR.
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c55c4d8..0b54122 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -818,9 +818,8 @@ provide you with detailed information about each pass.")
(modify-phases %standard-phases
(replace 'check
(lambda _
- (chdir "test")
- (invoke "ctest")
- (chdir "..")
+ (with-directory-excursion "test"
+ (invoke "ctest"))
#t))
(add-before 'install 'set-install-directories
(lambda* (#:key outputs #:allow-other-keys)
- branch master updated (bee797f -> a49a007), guix-commits, 2021/05/04
- 04/09: gnu: bcachefs-tools: Update to 0.1-6.a14d39d., guix-commits, 2021/05/04
- 05/09: gnu: bcachefs-tools: Prepare for cross-compilation., guix-commits, 2021/05/04
- 02/09: file-systems: Handle abnormal ‘bcachefs fsck’ exits., guix-commits, 2021/05/04
- 09/09: gnu: indi: Stop returning #t from phases., guix-commits, 2021/05/04
- 07/09: gnu: indi: Check slightly more functionally.,
guix-commits <=
- 01/09: gnu: bitcoin-core@0.21: Update to 0.21.1., guix-commits, 2021/05/04
- 03/09: file-systems: Rewrite comment., guix-commits, 2021/05/04
- 08/09: gnu: indi: Respect #:tests?., guix-commits, 2021/05/04
- 06/09: gnu: indi: Update to 1.9.0., guix-commits, 2021/05/04