gnu: qemu: Remove left-over debugging statement.

This follows up on 1b0cda6b44.  Sigh.

* gnu/packages/virtualization.scm (qemu)[arguments]: Remove the FAIL.
This commit is contained in:
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

View file

@ -183,8 +183,7 @@ (define-public qemu
(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"