зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1454671 - Combine default log and gecko.log in automation on Android. r=ato
To ease investigation of failures the gecko log should be streamed to stdout so it will be part of the default log. It helps with correlating tracing output with the appropriate test. MozReview-Commit-ID: JnH64bhhtgk --HG-- extra : rebase_source : b50707189c181a865ab66dac8b3cb4e258a8e427
This commit is contained in:
Родитель
8c7c17c9ba
Коммит
70287b8bfb
|
@ -253,7 +253,7 @@ config = {
|
||||||
"--address=%(address)s",
|
"--address=%(address)s",
|
||||||
"%(test_manifest)s",
|
"%(test_manifest)s",
|
||||||
"--disable-e10s",
|
"--disable-e10s",
|
||||||
"--gecko-log=%(gecko_log)s",
|
"--gecko-log=-",
|
||||||
"--log-raw=%(raw_log_file)s",
|
"--log-raw=%(raw_log_file)s",
|
||||||
"--log-errorsummary=%(error_summary_file)s",
|
"--log-errorsummary=%(error_summary_file)s",
|
||||||
"--symbols-path=%(symbols_path)s",
|
"--symbols-path=%(symbols_path)s",
|
||||||
|
|
|
@ -441,7 +441,6 @@ class AndroidEmulatorTest(TestingMixin, EmulatorMixin, BaseScript, MozbaseMixin)
|
||||||
'error_summary_file': error_summary_file,
|
'error_summary_file': error_summary_file,
|
||||||
# marionette options
|
# marionette options
|
||||||
'address': c.get('marionette_address'),
|
'address': c.get('marionette_address'),
|
||||||
'gecko_log': os.path.join(dirs["abs_blob_upload_dir"], 'gecko.log'),
|
|
||||||
'test_manifest': os.path.join(
|
'test_manifest': os.path.join(
|
||||||
dirs['abs_marionette_tests_dir'],
|
dirs['abs_marionette_tests_dir'],
|
||||||
self.config.get('marionette_test_manifest', '')
|
self.config.get('marionette_test_manifest', '')
|
||||||
|
|
Загрузка…
Ссылка в новой задаче