]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Adds debian/patches/adds-minus-v-flag-when-running-nosetests.patch
authorThomas Goirand <zigo@debian.org>
Fri, 3 Apr 2015 22:28:39 +0000 (00:28 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 3 Apr 2015 22:28:39 +0000 (00:28 +0200)
Rewritten-From: a59ac0dd6a94e655dca10ae989a8f1f66af821f1

trusty/debian/patches/adds-minus-v-flag-when-running-nosetests.patch [new file with mode: 0644]
trusty/debian/patches/series

diff --git a/trusty/debian/patches/adds-minus-v-flag-when-running-nosetests.patch b/trusty/debian/patches/adds-minus-v-flag-when-running-nosetests.patch
new file mode 100644 (file)
index 0000000..a6357fe
--- /dev/null
@@ -0,0 +1,20 @@
+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 e883b0358c2035eff2581538e242ec72baf1c5fe..d9124cb562720c5047a1db6f86a28e5f430cab14 100644 (file)
@@ -1,3 +1,4 @@
 fix-dashboard-django-wsgi.patch
 fix-dashboard-manage.patch
 fixed-horizon-MANIFEST.in.patch
+adds-minus-v-flag-when-running-nosetests.patch