From ca71b8777260e3335cf0f3e08900b4333b340052 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Sun, 30 Jun 2013 00:17:40 +0100 Subject: [PATCH] Make nosetests verbose --- jenkins_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_build.sh b/jenkins_build.sh index 0a535b8..c099183 100644 --- 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 -- 2.34.1