From f7aa7afc04c6ab31a3fafc3dec788ac93c26fde8 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 4 Apr 2015 00:28:39 +0200 Subject: [PATCH] Adds debian/patches/adds-minus-v-flag-when-running-nosetests.patch Rewritten-From: a59ac0dd6a94e655dca10ae989a8f1f66af821f1 --- ...-minus-v-flag-when-running-nosetests.patch | 20 +++++++++++++++++++ trusty/debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 trusty/debian/patches/adds-minus-v-flag-when-running-nosetests.patch 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 index 0000000..a6357fe --- /dev/null +++ b/trusty/debian/patches/adds-minus-v-flag-when-running-nosetests.patch @@ -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 + } diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index e883b03..d9124cb 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -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 -- 2.45.2