all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28253] perl-www-opensearch: provide Test-Simple module
@ 2017-08-27 18:28 ng0
  2017-08-28 20:28 ` bug#28253: " Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2017-08-27 18:28 UTC (permalink / raw)
  To: 28253


[-- 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 --]

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

end of thread, other threads:[~2017-09-02 10:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-27 18:28 [bug#28253] perl-www-opensearch: provide Test-Simple module ng0
2017-08-28 20:28 ` bug#28253: " 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

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.