From: ng0 <ng0@infotropique.org>
To: 28253@debbugs.gnu.org
Subject: [bug#28253] perl-www-opensearch: provide Test-Simple module
Date: Sun, 27 Aug 2017 18:28:55 +0000 [thread overview]
Message-ID: <20170827182855.sxmgbz4wpjfstdob@abyayala> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 328 bytes --]
This was supposed to fix the tests, but it doesn't
so someone has to fix the large number of failing tests.
Someone with perl test-simple knowledge or time to
read into it.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[-- Attachment #1.2: 0001-gnu-perl-www-opensearch-Provide-Test-Simple.patch --]
[-- Type: text/plain, Size: 1180 bytes --]
From 8835552a2ade6f598570fdc412a38cca88a5d441 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 27 Aug 2017 18:18:24 +0000
Subject: [PATCH] gnu: perl-www-opensearch: Provide Test-Simple.
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add 'perl-test-simple'.
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 253fd8b01..14ccf67df 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3381,9 +3381,10 @@ web browsing, used for automating interaction with websites.")
"1yxplx1q1qk2fvnzqrbk01lz26fy1lyhay51a3ky7q3jgh9p01rb"))))
(build-system perl-build-system)
(arguments
- `(#:tests? #f)) ; Tests require further modules to be packaged
+ `(#:tests? #f)) ; A large number of tests is failing.
(native-inputs
- `(("perl-module-install" ,perl-module-install)))
+ `(("perl-module-install" ,perl-module-install)
+ ("perl-test-simple" ,perl-test-simple)))
(inputs
`(("perl-data-page" ,perl-data-page)
("perl-libwww" ,perl-libwww)
--
2.14.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-08-27 18:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-27 18:28 ng0 [this message]
2017-08-28 20:28 ` bug#28253: perl-www-opensearch: provide Test-Simple module Marius Bakke
2017-08-28 20:59 ` [bug#28253] " ng0
2017-08-28 21:24 ` ng0
2017-09-02 10:45 ` bug#28253: " Marius Bakke
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=20170827182855.sxmgbz4wpjfstdob@abyayala \
--to=ng0@infotropique.org \
--cc=28253@debbugs.gnu.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 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.