Searched refs:loglines (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | teamcity.py | 145 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"]) 149 return includelogs, loglines 155 includelogs, loglines = _log_settings_from_server(server) 254 details = deque(maxlen=loglines)
|
H A D | knotty.py | 342 def print_event_log(event, includelogs, loglines, termfilter): argument 357 if loglines: 359 if len(lines) > int(loglines): 374 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"]) 390 return includelogs, loglines, consolelogfile, logconfigfile 417 …includelogs, loglines, consolelogfile, logconfigfile = _log_settings_from_server(server, params.ob… 728 print_event_log(event, includelogs, loglines, termfilter)
|
H A D | toasterui.py | 43 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"])
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | buildoptions.py | 51 loglines = "".join(f.readlines()) 52 …self.assertIn("ccache", loglines, msg="No match for ccache in %s log.do_compile. For further detai…
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 735 loglines = self.config_data.getVar('BBINCLUDELOGS_LINES') 759 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter)
|