[PATCH 7/8] Reenabled the pylint test target

David Shea dshea at redhat.com
Tue Aug 13 20:39:09 UTC 2013


---
 .gitignore               | 1 +
 Makefile.am              | 6 ++++--
 tests/pylint/Makefile.am | 4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index da2ddac..735ca09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,6 +63,7 @@ po/stamp-po
 py-compile
 stamp-h1
 tags
+test-driver
 updates.img
 utils/dd/dd_extract
 utils/dd/dd_list
diff --git a/Makefile.am b/Makefile.am
index dbd5e08..36ec012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,8 @@
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = pyanaconda po data \
-	      utils scripts docs dracut widgets
+	      utils scripts docs dracut widgets \
+	      tests/pylint
 
 EXTRA_DIST = config.rpath COPYING \
              anaconda.spec.in
@@ -28,7 +29,8 @@ EXTRA_DIST = config.rpath COPYING \
 MAINTAINERCLEANFILES = Makefile.in config.guess config.h.in config.sub \
                        depcomp install-sh ltmain.sh missing ABOUT-NLS \
                        INSTALL aclocal.m4 configure *.pyc py-compile \
-		       m4/* config.rpath po/Makefile.in.in po/Rules-quot
+		       m4/* config.rpath po/Makefile.in.in po/Rules-quot \
+		       test-driver
 
 CLEANFILES = *~ anaconda.spec
 
diff --git a/tests/pylint/Makefile.am b/tests/pylint/Makefile.am
index f934cf5..6b4ae2a 100644
--- a/tests/pylint/Makefile.am
+++ b/tests/pylint/Makefile.am
@@ -1,4 +1,4 @@
-# tests/kickstart/Makefile.am for anaconda
+# tests/pylint/Makefile.am for anaconda
 #
 # Copyright (C) 2010  Red Hat, Inc.
 #
@@ -20,3 +20,5 @@
 EXTRA_DIST = *pylint*
 
 MAINTAINERCLEANFILES = Makefile.in
+
+TESTS = ./runpylint.sh
-- 
1.8.3.1



More information about the anaconda-patches mailing list