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:25:16 -0400
commit0f569ea8b14f77ce6c891add486aa20a9ce67e43 (patch)
tree1bbc6f277eb3179423dac9686324a804e58c0b5e /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent81ba3a4aca8b3cc152dc82fd8eae33a34a66f654 (diff)
downloadmeta-cloud-services-0f569ea8b14f77ce6c891add486aa20a9ce67e43.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 11cc854..02473c1 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -35,6 +35,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
35 file://fix_bindir_path.patch \ 35 file://fix_bindir_path.patch \
36 file://openstack-dashboard-apache.conf \ 36 file://openstack-dashboard-apache.conf \
37 file://local_settings.py \ 37 file://local_settings.py \
38 file://horizon-fix-test-script-to-not-require-coverage-tool.patch \
38 " 39 "
39 40
40SRCREV="cd1de75ee2a8c246d5564e96ccc48185816c2290" 41SRCREV="cd1de75ee2a8c246d5564e96ccc48185816c2290"