me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Remove left-over debugging statement.

This follows up on 1b0cda6b44.  Sigh.

* gnu/packages/virtualization.scm (qemu)[arguments]: Remove the FAIL.
master
Tobias Geerinckx-Rice 2020-11-15 00:37:50 +01:00
parent cbfa23c74e
commit b070e3f810
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -183,8 +183,7 @@
(substitute* (cons* "tests/qemu-iotests/common.qemu"
(find-files "tests/qemu-iotests" "^[0-9]+$"))
(("QEMU_COMM_TIMEOUT=[0-9]+" match)
(string-append match "9")))
(fail)))
(string-append match "9")))))
(add-after 'unpack 'disable-unusable-tests
(lambda _
(substitute* "tests/Makefile.include"