diff options
author | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-05 11:46:37 -0600 |
---|---|---|
committer | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-05 11:46:37 -0600 |
commit | 0d4ba5f044389c96d4a4b1a82d66c32347f087b0 (patch) | |
tree | 9c91fb0d8ee62a4294ac19846f82cb2228d396d4 /Makefile | |
parent | c69987bf6d2c0de8c345a8a79410212116f8098b (diff) | |
download | sos-0d4ba5f044389c96d4a4b1a82d66c32347f087b0.tar.gz |
moving make nose to make test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |