3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: indi: Check slightly more functionally.

* gnu/packages/astronomy.scm (indi)[arguments]: Substitute
WITH-DIRECTORY-EXCURSION for double CHDIR.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-04 13:34:21 +02:00
parent ead465a312
commit 7f540e3ce0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)