diff mbox series

[bug#63843] gnu: proot: Skip failing test.

Message ID xgy3h6rq7ze4.fsf@dlr.de
State New
Headers show
Series [bug#63843] gnu: proot: Skip failing test. | expand

Commit Message

Ontje.Luensdorf@dlr.de June 2, 2023, 1:43 p.m. UTC
Hi,


this disables a failing proot test to fix guix pack -RR. The issue has
already been reported upstream (see comment).

Best regards,
Ontje

Comments

Josselin Poiret June 4, 2023, 9:39 a.m. UTC | #1
merge 63843 63394
close 63394
thankyou

Hi Ontje,

<Ontje.Luensdorf@dlr.de> writes:

> Hi,
>
>
> this disables a failing proot test to fix guix pack -RR. The issue has
> already been reported upstream (see comment).

This is fixed by b741218e919bfd386772322c1dcb286446bc4c90.  Note that
disabling the tests here was a bad idea, as the upstream issue
indicated: this was a regression.

Best,
diff mbox series

Patch

From 82484365d0212db116091a21dc613a3452d310bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ontje=20L=C3=BCnsdorf?= <ontje.luensdorf@dlr.de>
Date: Fri, 2 Jun 2023 15:21:02 +0200
Subject: [PATCH] gnu: proot: Skip failing test.
To: guix-patches.gnu.org

* gnu/packages/linux.scm (proot): Skip failing test.
[arguments]: Skip test-5bed7141.
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fc6f3cbda5..4d68083fe1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8239,6 +8239,10 @@  (define-public proot
                           (setenv "PATH"
                                   (string-append (getenv "PATH") ":/bin"))
                           (invoke "make" "check" "-C" "test"
+                                  ;; Disable failing test, see
+                                  ;; https://github.com/proot-me/proot/issues/352
+                                  ;; for details.
+                                  "-o" "test-5bed7141"
                                   ;;"V=1"
                                   "-j" (number->string n))))))
                   (replace 'install

base-commit: 75bdd4b05253c0e6ca5399f60e424f0f00fdb673
-- 
2.39.2