aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Jaggars <jjaggars@redhat.com>2012-02-27 13:51:07 -0600
committerJesse Jaggars <jjaggars@redhat.com>2012-02-27 13:53:09 -0600
commit6aa392791870474e577adeb8a24bad2ccd1a8390 (patch)
treefd6da3f187937e045812e6d0ee0678ccc98bcc75 /Makefile
parentaf1567395d1cfc2ef84b68478309ca47515d622d (diff)
downloadsos-6aa392791870474e577adeb8a24bad2ccd1a8390.tar.gz
adding ability to specify multiple files for Plugin.fileGrep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88a6532d..ee4859ca 100644
--- a/Makefile
+++ b/Makefile
@@ -102,3 +102,6 @@ test:
echo $$test; \
PYTHONPATH=`pwd` python $$test; \
done; \
+
+nose:
+ nosetests -v --with-cover --cover-package=sos --cover-html