aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/singularity.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-08-18 12:00:17 -0400
committerLeo Famulari <leo@famulari.name>2022-08-18 17:01:42 -0400
commit75a76ffffdeee53455fb01c010151dcd49997d15 (patch)
tree02b416cfe8deb2a208cc9925f6dca9ace5555a41 /gnu/tests/singularity.scm
parent876ebb852350a783709c8d32d6cdbb0cf4985a09 (diff)
downloadguix-75a76ffffdeee53455fb01c010151dcd49997d15.tar.gz
guix-75a76ffffdeee53455fb01c010151dcd49997d15.zip
gnu: linux-libre 5.4: Update to 5.4.210.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.210. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'gnu/tests/singularity.scm')
0 files changed, 0 insertions, 0 deletions
erd-service): Likewise. * gnu/services/dict.scm (dicod-shepherd-service): Likewise. * gnu/services/networking.scm (openntpd-shepherd-service): Likewise. (tor-shepherd-service): Likewise. * gnu/services/ssh.scm (openssh-shepherd-service): Likewise. * gnu/services/web.scm (nginx-shepherd-service): Likewise. * gnu/services/xorg.scm (gdm-shepherd-service): Likewise. * gnu/tests/base.scm (run-basic-test)["nscd configuration action"]: New test. * doc/guix.texi (Services): Document it. Ludovic Courtès 2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....There was a tiny possibility that the first QEMU process would still be running by the time we launch the second one. * gnu/build/marionette.scm (marionette-pid): Export. * gnu/tests/base.scm (run-root-unmount-test)[test]: Add 'waitpid' call. Ludovic Courtès 2022-10-07marionette: Make marionette-screen-text private....It has only one user, which is better suited for wait-for-screen-text anyway. * gnu/tests/base.scm (run-basic-test): Refactor to use wait-for-screen-text instead of marionette-screen-text. Maxim Cournoyer