[bug#63843] gnu: proot: Skip failing test.
Commit Message
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
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,
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(+)
@@ -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