mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
tests: 'make check-system' prints the "build trace".
* build-aux/run-system-tests.scm (run-system-tests): Pass #:print-build-trace to 'set-build-options*'.
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
(mbegin %store-monad
|
(mbegin %store-monad
|
||||||
(show-what-to-build* drv)
|
(show-what-to-build* drv)
|
||||||
(set-build-options* #:keep-going? #t #:keep-failed? #t
|
(set-build-options* #:keep-going? #t #:keep-failed? #t
|
||||||
|
#:print-build-trace #t
|
||||||
#:fallback? #t)
|
#:fallback? #t)
|
||||||
(built-derivations* drv)
|
(built-derivations* drv)
|
||||||
(mlet %store-monad ((valid (filterm (store-lift valid-path?)
|
(mlet %store-monad ((valid (filterm (store-lift valid-path?)
|
||||||
|
|||||||
Reference in New Issue
Block a user