all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 27599@debbugs.gnu.org
Subject: [bug#27599] [PATCH 1/2] gnu: Add cmdtest.
Date: Thu, 06 Jul 2017 21:02:44 -0400	[thread overview]
Message-ID: <87d19d6ouj.fsf@openmailbox.org> (raw)
In-Reply-To: <8b934d75.AEMAMoforQgAAAAAAAAAAAPR3_EAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com> (Arun Isaac's message of "Fri, 07 Jul 2017 02:27:04 +0530")

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

Arun Isaac <arunisaac@systemreboot.net> writes:

>> +(define-public cmdtest
>> +  (package
>> +    (name "cmdtest")
>> +    (version "0.29")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "http://git.liw.fi/cmdtest/snapshot/"
>> +                                  name "-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "1i6gi4yp4qqx1liax098c7nwdb24pghh11xqlrcs7lnhh079rqhb"))))
>> +    (build-system python-build-system)
>> +    (arguments
>> +     `(#:python ,python-2))
>
> Could you try packaging the tests as well? The #:test-target should be
> "check".
>

Thanks for the heads up here. I'm going to see what's wrong with the
test suite now.

>> +    (description
>> +     "@code{cmdtest} black box tests Unix command line tools.  Roughly, it is
>> +given a command line and input files, and the expected output, and it verifies
>> +that the command line produces the expected output.  If not, it reports a
>> +problem, and shows the differences.")
>
> The first sentence of the description should be a full sentence.

That could be interpreted as a sentence, though I agree it's rough. I'll
replace it in the next patch.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2017-07-07  1:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 18:39 [bug#27599] Enable tests for xauth package Kei Kebreau
2017-07-06 18:42 ` [bug#27599] [PATCH 1/2] gnu: Add cmdtest Kei Kebreau
2017-07-06 18:42   ` [bug#27599] [PATCH 2/2] gnu: xauth: Enable tests Kei Kebreau
2017-07-06 20:57   ` [bug#27599] [PATCH 1/2] gnu: Add cmdtest Arun Isaac
     [not found]   ` <8b934d75.AEMAMoforQgAAAAAAAAAAAPR3_EAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com>
2017-07-07  1:02     ` Kei Kebreau [this message]
2017-07-07 16:17       ` Kei Kebreau
2017-07-08  5:38         ` Arun Isaac
2017-07-08 16:37         ` Arun Isaac
     [not found]         ` <cu7wp7izxz3.fsf@systemreboot.net>
2017-08-24  8:12           ` Arun Isaac
2017-08-31 12:52             ` bug#27599: " Kei Kebreau

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=87d19d6ouj.fsf@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=27599@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /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.