tests: Use #:fallback? #t when building system tests.

* build-aux/run-system-tests.scm (run-system-tests): Pass #:fallback? #t
to 'set-build-options*'.
master
Ludovic Courtès 2016-10-26 20:04:06 +02:00
parent d6aca5835a
commit d88767a399
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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))