gnu: texlive-latex-amsmath: Declare a source file-name.
[jackhill/guix/guix.git] / build-aux / run-system-tests.scm
index 3f3a70e..8b44f57 100644 (file)
@@ -68,7 +68,9 @@
                            (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
+                              #:print-build-trace #t
+                              #:fallback? #t)
           (built-derivations* drv)
           (mlet %store-monad ((valid  (filterm (store-lift valid-path?)
                                                out))