aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Jaggars <jjaggars@redhat.com>2012-03-05 11:46:37 -0600
committerJesse Jaggars <jjaggars@redhat.com>2012-03-05 11:46:37 -0600
commit0d4ba5f044389c96d4a4b1a82d66c32347f087b0 (patch)
tree9c91fb0d8ee62a4294ac19846f82cb2228d396d4 /Makefile
parentc69987bf6d2c0de8c345a8a79410212116f8098b (diff)
downloadsos-0d4ba5f044389c96d4a4b1a82d66c32347f087b0.tar.gz
moving make nose to make test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a15fe653..fbb2a2e6 100644
--- a/Makefile
+++ b/Makefile
@@ -100,10 +100,4 @@ zip: po
cd $(SRC_BUILD) && rm -rf sos
test:
- @for test in `ls tests/*test*.py`; do \
- echo $$test; \
- PYTHONPATH=`pwd` python $$test; \
- done; \
-
-nose:
nosetests -v --with-cover --cover-package=sos --cover-html