From 2f6a93472264a38280335454b3f81f36bdda5479 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 24 Jun 2018 22:27:48 +0200 Subject: gnu: glog: Return #t from all phases. * gnu/packages/logging.scm (glog)[arguments]: Substitute INVOKE for SYSTEM*. --- gnu/packages/logging.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/logging.scm') diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm index f50a2f1cbb..665b384b95 100644 --- a/gnu/packages/logging.scm +++ b/gnu/packages/logging.scm @@ -86,7 +86,7 @@ staying as close to their API as is reasonable.") ;; mismatch, so run the whole thing. (delete-file "test-driver") (delete-file "configure") ;it's read-only - (zero? (system* "autoreconf" "-vfi")))) + (invoke "autoreconf" "-vfi"))) (add-before 'check 'disable-signal-tests (lambda _ ;; See e.g. https://github.com/google/glog/issues/219 -- cgit v1.2.3 table class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/singularity.scm
AgeCommit message (Expand)Author
2019-11-09tests: Update references to the now-deprecated 'guile-json' variable....Ludovic Courtès
2019-07-04pack: 'squashfs' backend records the profile's search paths....Ludovic Courtès
2019-06-07pack: Add '--entry-point'....Ludovic Courtès
2019-06-07services: Add Singularity....Ludovic Courtès