[oe-commits] [openembedded-core] 70/72: Revert "classes/testimage: When image is systemd enable debug log level"

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 22:53:38 UTC 2016


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

commit 2059f0fe33454e0a38b0e66d6aaf98a7ef2181ac
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Jul 20 23:35:48 2016 +0100

    Revert "classes/testimage: When image is systemd enable debug log level"
    
    This reverts commit 53c45630d3cdb8f1dfc4ba39221eeae1a605684e.
---
 meta/classes/testimage.bbclass | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index e42c5ac..0b6c779 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -144,10 +144,7 @@ def testimage_main(d):
     tc.extract_packages()
     target.deploy()
     try:
-        bootparams = None
-        if d.getVar('VIRTUAL-RUNTIME_init_manager', '') == 'systemd':
-            bootparams = 'systemd.log_level=debug systemd.log_target=console'
-        target.start(extra_bootparams=bootparams)
+        target.start()
         starttime = time.time()
         result = tc.runTests()
         stoptime = time.time()

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


More information about the Openembedded-commits mailing list