Robert Vollmert writes: > There are a couple of tests that fail (on master, but also the haskell updates > branch), compare > > http://ci.guix.gnu.org/eval/6534?status=failed > > They all seem to fail with the following: > > %%%% Starting test basic (Writing full log to "basic.log") > marionette is ready > /gnu/store/s3w6pmyi8gxqpq4gd36qzavd2dsgamgb-installed-os-builder:1: FAIL shell and user commands > > Any idea what’s going wrong? Anyone working on fixing this? Is there a way to > get at that full log in “basic.log”? How would I run this test locally? You can run system tests locally like so: make check-system TESTS=installed-os To change build parameters (e.g. to add #:system) you need to edit build-aux/run-system-tests.scm.