help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gst-plugins-base: Test suite failed: FAIL: elements/opus


From: Pierre Neidhardt
Subject: Re: gst-plugins-base: Test suite failed: FAIL: elements/opus
Date: Wed, 20 Jun 2018 18:40:32 +0200
User-agent: mu4e 1.0; emacs 26.1

I tried disabling the tests in a package override in my GUIX_PACKAGE_PATH:

--8<---------------cut here---------------start------------->8---
    (arguments
     `(...
       #:tests? #f 
       ...
--8<---------------cut here---------------end--------------->8---
       
or with

--8<---------------cut here---------------start------------->8---
    (arguments
     `(...
       #:phases
       (modify-phases %standard-phases
         (delete 'check)
       ...
--8<---------------cut here---------------end--------------->8---

Surprisingly, it did not work.
I wonder if my override is taken into account.
I also wonder how to disable individual tests.
I haven't spent much time on it as I am rather busy these days, sorry :p

-- 
Pierre Neidhardt

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]