[PATCH 4/4] Run "make test" as part of the RPM build process (#1025226).

Chris Lumens clumens at redhat.com
Wed Nov 20 19:25:15 UTC 2013


But don't run "make check", as that would require a build requirement on
pylint and I don't think we want that.
---
 pykickstart.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pykickstart.spec b/pykickstart.spec
index 0c5a97d..b8e960d 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -38,6 +38,9 @@ make DESTDIR=%{buildroot} install
 %clean
 rm -rf %{buildroot}
 
+%check
+make test
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README ChangeLog COPYING docs/programmers-guide
-- 
1.8.3.1



More information about the anaconda-patches mailing list