From 0f569ea8b14f77ce6c891add486aa20a9ce67e43 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 30 May 2014 11:43:47 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb') 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 \ file://fix_bindir_path.patch \ file://openstack-dashboard-apache.conf \ file://local_settings.py \ + file://horizon-fix-test-script-to-not-require-coverage-tool.patch \ " SRCREV="cd1de75ee2a8c246d5564e96ccc48185816c2290" -- cgit v1.2.3-54-g00ecf