1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-15 02:41:29 +02:00
Files
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
..
2017-08-13 07:36:32 +01:00
2020-03-02 23:39:44 +01:00
2019-09-25 08:35:33 +01:00
2019-03-20 20:31:15 +01:00
2018-12-24 11:18:36 +02:00
2020-03-16 14:05:52 +01:00
2019-05-31 20:22:23 +01:00