[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: tests: 'make check-system' prints the "build trace".
From: |
Ludovic Courtès |
Subject: |
02/03: tests: 'make check-system' prints the "build trace". |
Date: |
Thu, 3 Nov 2016 15:01:54 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 6cb02e6e005f5759dcb9a5106e7da09009f65790
Author: Ludovic Courtès <address@hidden>
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?)