Resolves: RHEL-9468 - update tests
This commit is contained in:
parent
752cb14316
commit
ed6e820377
@ -4,4 +4,4 @@ product_versions:
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: perl-CPAN
|
||||
Version: 2.18
|
||||
Release: 398%{?dist}
|
||||
Release: 399%{?dist}
|
||||
Summary: Query, download and build perl modules from CPAN sites
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/CPAN/
|
||||
@ -289,7 +289,8 @@ unset AUTHOR_TEST CPAN_EXPECT_TIMEOUT CPAN_RUN_SHELL_TEST_WITHOUT_EXPECT \
|
||||
DIR=$(mktemp -d)
|
||||
pushd "$DIR"
|
||||
cp -a %{_libexecdir}/%{name}/* ./
|
||||
prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
|
||||
cp t/CPAN/TestConfig.pm t/CPAN/MyConfig.pm
|
||||
prove -I .
|
||||
popd
|
||||
rm -rf "$DIR"
|
||||
EOF
|
||||
@ -312,7 +313,10 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-397
|
||||
* Mon Feb 05 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-399
|
||||
- Fix tests to run in correct order
|
||||
|
||||
* Thu Jan 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-398
|
||||
- Fix CVE-2023-31484
|
||||
- Package tests
|
||||
|
||||
|
||||
@ -3,5 +3,9 @@ component: perl-CPAN
|
||||
require: perl-CPAN-tests
|
||||
test: /usr/libexec/perl-CPAN/test
|
||||
tag:
|
||||
- Tier2
|
||||
- Tier1
|
||||
- rhel-buildroot
|
||||
adjust:
|
||||
- enabled: false
|
||||
when: distro != rhel-8
|
||||
continue: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user