~ruther/guix-local

caa464ff44eecf9dbff2d08742d135501c41cd09 — Ludovic Courtès 8 years ago 3416bed
gnu: grub: Run tests sequentially.

Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
at <http://bugs.gnu.org/26936>.

* gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/bootloaders.scm
M gnu/packages/bootloaders.scm => gnu/packages/bootloaders.scm +5 -1
@@ 91,7 91,11 @@
                     ;; Make the font visible.
                     (copy-file (assoc-ref inputs "unifont") "unifont.bdf.gz")
                     (system* "gunzip" "unifont.bdf.gz")
                     #t)))))
                     #t)))

       ;; We suspect there are race conditions when running tests in parallel:
       ;; <https://bugs.gnu.org/26936>.
       #:parallel-tests? #f))
    (inputs
     `(("gettext" ,gettext-minimal)