8
0

Accepting request 737436 from home:okurz:branches:devel:languages:perl

Exclude non-working tests with perl-Mojolicious >= 8.23

OBS-URL: https://build.opensuse.org/request/show/737436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=14
This commit is contained in:
Lars Vogdt
2019-10-11 13:09:03 +00:00
committed by Git OBS Bridge
parent 3de185003b
commit 774c75b211
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 11 09:57:33 UTC 2019 - Oliver Kurz <okurz@suse.com>
- Exclude non-working tests with perl-Mojolicious >= 8.23
See https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
for details
-------------------------------------------------------------------
Tue Aug 14 07:35:56 UTC 2018 - edigiacinto@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-IOLoop-ReadWriteProcess
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -47,6 +47,9 @@ Mojo::IOLoop::ReadWriteProcess is yet another process manager.
./Build build flags=%{?_smp_mflags}
%check
# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460
rm t/10_cgroupv?.t
./Build test
%install