guix/gnu/tests
Mathieu Othacehe 1550db6fd4
tests: install: Abort when one installation step fails.
When marionette-eval calls fail in gui-test-program, the installation
continues which results in two scenarios:

- hang forever at the next marionette-eval call,

- keep going and start a broken installation, which is annoying because it
clears the terminal and hides the error.

Make sure that gui-test-program is exited with #f return code when one of the
marionette-eval calls fail.

* gnu/tests/install.scm (gui-test-program): Add a new macro
"marionette-eval*". Throw an exception when one on the marionette-eval calls
fail.
2020-03-22 10:53:55 +01:00
..
audio.scm
base.scm
cups.scm
databases.scm
desktop.scm
dict.scm
docker.scm
guix.scm
install.scm tests: install: Abort when one installation step fails. 2020-03-22 10:53:55 +01:00
ldap.scm
mail.scm tests: opensmtpd: Check /var/spool/mail instead of /var/mail. 2020-03-16 14:05:52 +01:00
messaging.scm
monitoring.scm
networking.scm tests: dhcpd: Adjust network interface name. 2020-03-16 14:05:52 +01:00
nfs.scm tests: nfs-server: Use marionette helper procedures. 2020-03-16 22:58:37 +01:00
reconfigure.scm
rsync.scm tests: rsync: Set PATH. 2020-03-16 14:05:52 +01:00
security-token.scm
singularity.scm
ssh.scm
version-control.scm
virtualization.scm
web.scm