1
0

Accepting request 898573 from home:simotek:branches:Base:System

- Enable testsuite

OBS-URL: https://build.opensuse.org/request/show/898573
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=19
This commit is contained in:
Marcus Meissner 2021-06-14 08:38:51 +00:00 committed by Git OBS Bridge
parent 68994d2593
commit 3355c1466f
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 9 00:48:35 UTC 2021 - Simon Lees <sflees@suse.de>
- Enable testsuite
-------------------------------------------------------------------
Sat Jan 9 16:16:55 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -122,6 +122,14 @@ popd
}
%check
%{python_expand pushd build_%{$python_bin_suffix}
make check
popd
}
%install
%{python_expand pushd build_%{$python_bin_suffix}