gnu: qemu: Remove left-over debugging statement.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 14 Nov 2020 23:37:50 +0000 (00:37 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 14 Nov 2020 23:38:32 +0000 (00:38 +0100)
This follows up on 1b0cda6b442dd79324eaeb5b552cbc32faca3726.  Sigh.

* gnu/packages/virtualization.scm (qemu)[arguments]: Remove the FAIL.

gnu/packages/virtualization.scm

index 176201b..ae90326 100644 (file)
              (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"