mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests/builders: Avoid races in unpack tests.
* tests/builders.scm <gnu-build-system unpack phase, single file>: Add sync call. Change-Id: Iac992e0899fe3b9c9e727bd42860ec564e1dc9a2
This commit is contained in:
parent
6a7406ea20
commit
539c37bcde
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
||||||
(lambda (dir)
|
(lambda (dir)
|
||||||
(with-directory-excursion dir
|
(with-directory-excursion dir
|
||||||
(unpack #:source file)
|
(unpack #:source file)
|
||||||
|
(sync)
|
||||||
(call-with-input-file name get-string-all))))))))
|
(call-with-input-file name get-string-all))))))))
|
||||||
compressors)
|
compressors)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue