unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: Kei Kebreau <kei@openmailbox.org>
Cc: 27599@debbugs.gnu.org
Subject: [bug#27599] [PATCH 1/2] gnu: Add cmdtest.
Date: Fri, 07 Jul 2017 02:27:04 +0530	[thread overview]
Message-ID: <fe25af89.AEMAMoforQcAAAAAAAAAAAPR3_IAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com> (raw)
In-Reply-To: <20170706184206.11315-1-kei@openmailbox.org>


> +(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".

> +    (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.

  parent reply	other threads:[~2017-07-06 20:58 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   ` Arun Isaac [this message]
     [not found]   ` <8b934d75.AEMAMoforQgAAAAAAAAAAAPR3_EAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com>
2017-07-07  1:02     ` [bug#27599] [PATCH 1/2] gnu: Add cmdtest Kei Kebreau
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=fe25af89.AEMAMoforQcAAAAAAAAAAAPR3_IAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=27599@debbugs.gnu.org \
    --cc=kei@openmailbox.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).