1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

cuirass: Close each inferior upon completion.

* build-aux/cuirass/evaluate.scm <top level>: Add 'close-inferior' call.
This commit is contained in:
Ludovic Courtès
2022-05-20 18:45:24 +02:00
parent a4994d7393
commit 598f7289db

View File

@@ -96,6 +96,7 @@
(channels . ,channels))))))
(file
(string-append directory "/jobs-" system ".scm")))
(close-inferior inferior)
(call-with-output-file file
(lambda (port)
(write jobs port)))))))