diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-27 09:00:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-27 09:00:41 +0000 |
commit | 3c77b248c2f86815b588810e0d1f92e6ba864a78 (patch) | |
tree | 057f629bf7806f9645ca66521aefda036ba2aa87 | |
parent | f01c2899839786d149ee97916d4580efd86e00d3 (diff) |
automatic import of copr-dist-git
-rw-r--r-- | copr-dist-git.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 2a81761..378d484 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -1,4 +1,5 @@ %global copr_common_version 0.16.4.dev +%global with_check 0 Name: copr-dist-git Version: 0.60 @@ -102,9 +103,11 @@ touch %{buildroot}%{_var}/log/copr-dist-git/main.log %py_byte_compile %{__python3} %{buildroot}%{_datadir}/copr/dist_git - +# upstream check fails %check +%if 0%{?with_check} ./run_tests.sh -vv --no-cov +%endif %post %systemd_post copr-dist-git.service |