From bdf60ab5db367fa03abf4b42e1fa1a134a81c670 Mon Sep 17 00:00:00 2001 From: fawce Date: Tue, 7 Feb 2012 23:21:14 -0500 Subject: [PATCH] fixed nosetests coverage argument --- scripts/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins.sh b/scripts/jenkins.sh index 356f912e..ca6d5eef 100755 --- a/scripts/jenkins.sh +++ b/scripts/jenkins.sh @@ -25,7 +25,7 @@ workon qsim python ./dev_setup.py #run all the tests in test -nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=simulator,transforms +nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=qsim pylint -f parseable . | tee pylint.out #run sloccount analysis