From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTHgj-00043z-Oo for guix-patches@gnu.org; Thu, 06 Jul 2017 21:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTHgg-0001WO-LG for guix-patches@gnu.org; Thu, 06 Jul 2017 21:04:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTHgg-0001W6-Hv for guix-patches@gnu.org; Thu, 06 Jul 2017 21:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTHgg-0002nO-5c for guix-patches@gnu.org; Thu, 06 Jul 2017 21:04:02 -0400 Subject: [bug#27599] [PATCH 1/2] gnu: Add cmdtest. Resent-Message-ID: From: Kei Kebreau References: <87h8yp76kj.fsf@openmailbox.org> <20170706184206.11315-1-kei@openmailbox.org> <8b934d75.AEMAMoforQgAAAAAAAAAAAPR3_EAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com> Date: Thu, 06 Jul 2017 21:02:44 -0400 In-Reply-To: <8b934d75.AEMAMoforQgAAAAAAAAAAAPR3_EAAAACwQwAAAAAAAW9WABZXqQn@mailjet.com> (Arun Isaac's message of "Fri, 07 Jul 2017 02:27:04 +0530") Message-ID: <87d19d6ouj.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 27599@debbugs.gnu.org --=-=-= Content-Type: text/plain Arun Isaac 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlle3bQACgkQ5qXuPBlG eg2eaRAAlj4Bvk22XwCr5Yn4iHK2Wb+BrOFQ3gc1oiMN5+t1CEOlLCoY0/MREnK1 IzVEs/FgjLeLhnrWiDcnEGPNcSCTB2O+kIkj9yR5ehLvuaAbAlXIGsa52nHwj+Av jiFGSZpPr6amGz3o4sRorbs4zmNO0gcuE9rJbYhlt/jVzNI82OZtcB7gxTwm9Q7Z 3lFe3sr96mzYhX4ehtlAxU51/xWeiIZdSIecrv4pL+drB9jY2IP1GqgZc57xEAgF RI3ALhtjmqM3ZWVHx8pS4wcdb1x+0XBu09uabV1I1qf9E/U4iIAK35nI91qfnpha U0Jmk0JH6IznH2FbAHCNP4MWQe/D+SgNs1aO9ceAITr6DgebuITOGYcF4PZfY1++ omSBmbyMA3IkvtbCLNW5AgcMP0DZdglqL8aH5TPJ8bXUVcXEhzbb1Hv1gbN3AD9d 6Bk+Uy8l0YUhetRUcBtOikYb2VCuIBht2ENdnIRF8RVS9LSkf/tzzPawL1SfPxcL TZuqmrefO9Zveo+g+RccVLZ9uluK9zWXq5to81XujREkruhu4Kdq1MYQt3SApMhU RR1wBVyjTRXEW8QEhvC80ZRBcez9xzImrfH1GoYz5QNnJtk6Gn94n2bUFL2CYpqs WpANppotNrZs9mNzJxge5+1qHouAsiWQz/4az6IPmZ32s971D9A= =lat9 -----END PGP SIGNATURE----- --=-=-=--