From: Thomas Goirand Date: Wed, 9 Sep 2015 13:20:21 +0000 (+0000) Subject: Removed adds-minus-v-flag-when-running-nosetests.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4e8d989837e1469aca1f4cf2dc67106ff83f57a8;p=openstack-build%2Fhorizon-build.git Removed adds-minus-v-flag-when-running-nosetests.patch Rewritten-From: a240d8055ca8322a618c3f1709994ab8d2c7883b --- diff --git a/xenial/debian/patches/adds-minus-v-flag-when-running-nosetests.patch b/xenial/debian/patches/adds-minus-v-flag-when-running-nosetests.patch deleted file mode 100644 index a6357fe..0000000 --- a/xenial/debian/patches/adds-minus-v-flag-when-running-nosetests.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Adds -v flag when running nosetests - This patch is to make it more verbose when building under Jenkins. -Author: Thomas Goirand (zigo) -Forwarded: not-needed -Last-Update: 2015-04-04 - ---- horizon-2015.1~b3+git20150402+b2fc84d7f6.orig/run_tests.sh -+++ horizon-2015.1~b3+git20150402+b2fc84d7f6/run_tests.sh -@@ -405,9 +405,9 @@ function run_integration_tests { - - echo "Running Horizon integration tests..." - if [ -z "$testargs" ]; then -- ${command_wrapper} nosetests openstack_dashboard/test/integration_tests/tests -+ ${command_wrapper} nosetests -v openstack_dashboard/test/integration_tests/tests - else -- ${command_wrapper} nosetests $testargs -+ ${command_wrapper} nosetests -v $testargs - fi - exit 0 - } diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index d9124cb..e883b03 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1,4 +1,3 @@ fix-dashboard-django-wsgi.patch fix-dashboard-manage.patch fixed-horizon-MANIFEST.in.patch -adds-minus-v-flag-when-running-nosetests.patch