civodul pushed a commit to branch master
in repository guix.
commit 6cb02e6e005f5759dcb9a5106e7da09009f65790
Author: Ludovic Courtès <[email protected]>
Date: Thu Nov 3 15:44:49 2016 +0100
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*'.
---
build-aux/run-system-tests.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/build-aux/run-system-tests.scm b/build-aux/run-system-tests.scm
index b582bc5..8b44f57 100644
--- a/build-aux/run-system-tests.scm
+++ b/build-aux/run-system-tests.scm
@@ -69,6 +69,7 @@
(mbegin %store-monad
(show-what-to-build* drv)
(set-build-options* #:keep-going? #t #:keep-failed? #t
+ #:print-build-trace #t
#:fallback? #t)
(built-derivations* drv)
(mlet %store-monad ((valid (filterm (store-lift valid-path?)