all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <ambrevar@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: help-guix <help-guix@gnu.org>, Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: Re: gst-plugins-base: Test suite failed: FAIL: elements/opus
Date: Wed, 20 Jun 2018 18:40:32 +0200	[thread overview]
Message-ID: <87d0wlbedb.fsf@gmail.com> (raw)
In-Reply-To: <20180620163618.GA1100@jasmine.lan>

[-- Attachment #1: Type: text/plain, Size: 781 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2018-06-20 16:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 12:52 gst-plugins-base: Test suite failed: FAIL: elements/opus Pierre Neidhardt
2018-06-19 14:13 ` Nicolas Goaziou
2018-06-20 16:11   ` Leo Famulari
2018-06-20 16:15     ` Pierre Neidhardt
2018-06-20 16:36       ` Leo Famulari
2018-06-20 16:40         ` Pierre Neidhardt [this message]
2018-06-20 20:48         ` Ricardo Wurmus
2018-06-20 21:08           ` Marius Bakke
2018-06-25 19:10             ` Leo Famulari
2018-07-20 18:44         ` Leo Famulari
2018-07-20 21:22           ` Björn Höfling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0wlbedb.fsf@gmail.com \
    --to=ambrevar@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=leo@famulari.name \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.