all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix build: error: without-test=foo: unrecognized option
@ 2021-01-14 12:48 zimoun
  2021-01-14 22:18 ` Christopher Baines
  2021-01-14 22:30 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: zimoun @ 2021-01-14 12:48 UTC (permalink / raw)
  To: Guix Devel

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?


All the best,
simon


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix build: error: without-test=foo: unrecognized option
  2021-01-14 12:48 guix build: error: without-test=foo: unrecognized option zimoun
@ 2021-01-14 22:18 ` Christopher Baines
  2021-01-15 16:42   ` zimoun
  2021-01-14 22:30 ` Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2021-01-14 22:18 UTC (permalink / raw)
  To: zimoun; +Cc: guix-devel

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


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix build: error: without-test=foo: unrecognized option
  2021-01-14 12:48 guix build: error: without-test=foo: unrecognized option zimoun
  2021-01-14 22:18 ` Christopher Baines
@ 2021-01-14 22:30 ` Ludovic Courtès
  2021-01-15 16:44   ` zimoun
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2021-01-14 22:30 UTC (permalink / raw)
  To: zimoun; +Cc: Guix Devel

Hi,

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

> Using Guix 957f0c4 or 0d3f271, I get:
>
> $ guix build --help-transform | grep test
>                          build PACKAGE from the latest commit of BRANCH
>       --without-tests=PACKAGE

[...]

> $ guix build --without-test=foo foo
> guix build: error: without-test=foo: unrecognized option
                                ^
> What do I miss?

An ‘s’.  :-)

We should display suggestions based on Levenshtein distance.

Ludo’.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix build: error: without-test=foo: unrecognized option
  2021-01-14 22:18 ` Christopher Baines
@ 2021-01-15 16:42   ` zimoun
  0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-01-15 16:42 UTC (permalink / raw)
  To: Christopher Baines; +Cc: Guix Devel

Hi Chris,

On Thu, 14 Jan 2021 at 23:18, Christopher Baines <mail@cbaines.net> wrote:

> > What do I miss?
>
> An s.

Ahah!  The bug is always between the keyboard and the chair. ;-)

Cheers,
simon


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix build: error: without-test=foo: unrecognized option
  2021-01-14 22:30 ` Ludovic Courtès
@ 2021-01-15 16:44   ` zimoun
  0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-01-15 16:44 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix Devel

Hi Ludo,

On Thu, 14 Jan 2021 at 23:30, Ludovic Courtès <ludo@gnu.org> wrote:

> We should display suggestions based on Levenshtein distance.

Done in patch#45893.  Feedback welcome because it is a quick draft for
my Friday's procrastination. ;-)

<http://issues.guix.gnu.org/45893>


Cheers,
simon


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-15 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 12:48 guix build: error: without-test=foo: unrecognized option zimoun
2021-01-14 22:18 ` Christopher Baines
2021-01-15 16:42   ` zimoun
2021-01-14 22:30 ` Ludovic Courtès
2021-01-15 16:44   ` zimoun

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.