found extraneous flag

This commit is contained in:
fawce
2012-02-08 23:10:50 -05:00
parent 6ccd112dd3
commit 0bfb42d1e5
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -1 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="2" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.233" /><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_moving_average_to_client" time="46.324" /></testsuite>
+1 -1
View File
@@ -82,7 +82,7 @@ def coverage():
Run the devsever under the coverage reporter, generate the
coverage report.
"""
call('nosetests --with-coverage --cover-package qsim', shell=True)
call('nosetests qsim', shell=True)
call('coverage html', shell=True)
call('chromium %s/cover/index.html' % (os.path.abspath(".")), shell=True)
-3
View File
@@ -14,6 +14,3 @@ with-xunit=1
#pdb=0
#pdb-failures=0
# For Jenkins
with-coverage=1
with-xunit=1