guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: tests: Use #:fallback? #t when building system tests.


From: Ludovic Courtès
Subject: 03/04: tests: Use #:fallback? #t when building system tests.
Date: Wed, 26 Oct 2016 23:01:10 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit d88767a39986692e4d89d2d4ec8edfc0d4f51782
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 26 20:04:06 2016 +0200

    tests: Use #:fallback? #t when building system tests.
    
    * build-aux/run-system-tests.scm (run-system-tests): Pass #:fallback? #t
    to 'set-build-options*'.
---
 build-aux/run-system-tests.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/run-system-tests.scm b/build-aux/run-system-tests.scm
index 3f3a70e..b582bc5 100644
--- a/build-aux/run-system-tests.scm
+++ b/build-aux/run-system-tests.scm
@@ -68,7 +68,8 @@
                            (out -> (map derivation->output-path drv)))
         (mbegin %store-monad
           (show-what-to-build* drv)
-          (set-build-options* #:keep-going? #t #:keep-failed? #t)
+          (set-build-options* #:keep-going? #t #:keep-failed? #t
+                              #:fallback? #t)
           (built-derivations* drv)
           (mlet %store-monad ((valid  (filterm (store-lift valid-path?)
                                                out))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]