summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-05-30 11:43:47 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-04 09:24:46 -0400
commit5e78faf2cff56de25f6c63fd3c33bd835e4b7d48 (patch)
tree7e8e189749f897738b32d994045fcc1bfaf7f889 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent320dc352ec7b088d688ed6db3ad44fdff0ac5ac2 (diff)
downloadmeta-cloud-services-5e78faf2cff56de25f6c63fd3c33bd835e4b7d48.tar.gz
horizon: patch test script to run without coverage
Currently, the run_tests.sh script provided by the horizon package requires the command "coverage" to be available even if the "-c" option (test with code coverage) is not specified on the command line. This fix patches the test script to remove the calls to the "coverage" tool and calls the test script directly if the "-c" option is not provided. Signed-off-by: Keith Holman <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index fd71d7f..9249cc1 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -36,6 +36,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
36 file://fix_bindir_path.patch \ 36 file://fix_bindir_path.patch \
37 file://openstack-dashboard-apache.conf \ 37 file://openstack-dashboard-apache.conf \
38 file://local_settings.py \ 38 file://local_settings.py \
39 file://horizon-fix-test-script-to-not-require-coverage-tool.patch \
39 " 40 "
40 41
41SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" 42SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf"