mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
cbfa23c74e
commit
b070e3f810
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue