]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Removed adds-minus-v-flag-when-running-nosetests.patch
authorThomas Goirand <thomas@goirand.fr>
Wed, 9 Sep 2015 13:20:21 +0000 (13:20 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 9 Sep 2015 13:20:21 +0000 (13:20 +0000)
Rewritten-From: a240d8055ca8322a618c3f1709994ab8d2c7883b

xenial/debian/patches/adds-minus-v-flag-when-running-nosetests.patch [deleted file]
xenial/debian/patches/series

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 (file)
index a6357fe..0000000
+++ /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
- }
index d9124cb562720c5047a1db6f86a28e5f430cab14..e883b0358c2035eff2581538e242ec72baf1c5fe 100644 (file)
@@ -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