guix-devel
[Top][All Lists]
Advanced

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

Re: guix build: error: without-test=foo: unrecognized option


From: Christopher Baines
Subject: Re: guix build: error: without-test=foo: unrecognized option
Date: Thu, 14 Jan 2021 22:18:01 +0000
User-agent: mu4e 1.4.14; emacs 27.1

zimoun <zimon.toutoune@gmail.com> writes:

> Hi,
>
> Using Guix 957f0c4 or 0d3f271, I get:
>
> --8<---------------cut here---------------start------------->8---
> $ guix build --help-transform | grep test
>                          build PACKAGE from the latest commit of BRANCH
>       --without-tests=PACKAGE
>                          build PACKAGE without running its tests
> --8<---------------cut here---------------end--------------->8---
>
> and then this error:
>
> --8<---------------cut here---------------start------------->8---
> $ guix build --without-test=foo foo
> guix build: error: without-test=foo: unrecognized option
> --8<---------------cut here---------------end--------------->8---
>
> What do I miss?

An s.

→ guix build --without-test=foo foo
guix build: error: without-test=foo: unrecognized option

→ guix build --without-tests=foo foo
guix build: error: foo: unknown package

Attachment: signature.asc
Description: PGP signature


reply via email to

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