diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-17 10:26:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-17 11:10:09 +0100 |
commit | 00b9ab0a8332528bdfb4aee58ddb975596cb2042 (patch) | |
tree | 92d830ece40c11b0fa28f177efd3a9c40f748eeb /gnu/build/marionette.scm | |
parent | c9f927b7042d0cedadf7c29e83efaaa86a76b9e3 (diff) | |
download | guix-00b9ab0a8332528bdfb4aee58ddb975596cb2042.tar.gz guix-00b9ab0a8332528bdfb4aee58ddb975596cb2042.zip |
tests: 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.
Diffstat (limited to 'gnu/build/marionette.scm')
-rw-r--r-- | gnu/build/marionette.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm index f4b219e842..b8fba61d06 100644 --- a/gnu/build/marionette.scm +++ b/gnu/build/marionette.scm @@ -28,6 +28,7 @@ #:use-module (ice-9 popen) #:use-module (ice-9 regex) #:export (marionette? + marionette-pid make-marionette marionette-eval wait-for-file |