[oe-commits] [openembedded-core] 05/07: scripts/oe-selftest: remove unneeded coverage warning

git at git.openembedded.org git at git.openembedded.org
Tue Apr 5 22:13:45 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1ccfdb31ea8a50e695d368c4fc78185254aac763
Author: Humberto Ibarra <humberto.ibarra.lopez at intel.com>
AuthorDate: Tue Apr 5 22:15:52 2016 -0500

    scripts/oe-selftest: remove unneeded coverage warning
    
    There is a message that warns the user about enabling subprocessing
    for coverage to work. After the fix for Yocto #8930,
    this task is done automatically, so the warning is not needed
    anymore.
    
    Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/oe-selftest | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index 9b29ae0..2348b47 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -578,9 +578,7 @@ def buildResultClass(args):
                     # check if user can do coverage
                     import coverage
                 except:
-                    log.warn('\n'.join(["python coverage is not installed",
-                        "Make sure your coverage takes into account sub-process",
-                        "More info on https://pypi.python.org/pypi/coverage"]))
+                    log.warn("python coverage is not installed. More info on https://pypi.python.org/pypi/coverage")
                     self.coverage_installed = False
 
                 if self.coverage_installed:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list