!9 skip long tests for check

Merge pull request !9 from tianwei/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-11 07:09:39 +00:00 committed by Gitee
commit 5cb583463f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,5 +1,5 @@
# Run time expensive tests
%bcond_without long_tests
%bcond_with long_tests
# Run optional test
%bcond_with perl_IO_Compress_enables_optional_test
@ -7,7 +7,7 @@
Name: perl-IO-Compress
Version: 2.101
Release: 1
Release: 2
Summary: Read and write compressed data
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Compress
@ -109,6 +109,9 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
%{_mandir}/man3/IO::Uncompress::*.3*
%changelog
* Tue Jan 11 2022 tianwei <tianwei12@huawei.com> - 2.101-2
- skip long tests for check
* Tue Dec 21 2021 yuanxin <yuanxin24@huawei.com> - 2.101-1
- update version to 2.101