projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec64f55
)
Make nosetests verbose
author
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 23:17:40 +0000
(
00:17
+0100)
committer
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 23:17:40 +0000
(
00:17
+0100)
jenkins_build.sh
patch
|
blob
|
history
diff --git
a/jenkins_build.sh
b/jenkins_build.sh
index 0a535b8b9ef57e3ff19d561eaf944b1c1c1273d4..c099183ee1b55d2ea8f1b4257cb8eed4fbad249a 100644
(file)
--- a/
jenkins_build.sh
+++ b/
jenkins_build.sh
@@
-6,4
+6,4
@@
easy_install nose
easy_install mock
easy_install requests
easy_install coverage
-nosetests jenkinsapi_tests --with-xunit --with-coverage --cover-html --cover-html-dir=$WORKSPACE/coverage_report --cover-package=jenkinsapi
+nosetests jenkinsapi_tests --with-xunit --with-coverage --cover-html --cover-html-dir=$WORKSPACE/coverage_report --cover-package=jenkinsapi
--verbose