mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
bug 1188648 - Always log gecko output during Gaia JS Integration Tests. r=jgriffin
This commit is contained in:
parent
11d3d9a5a3
commit
95b2920eae
@ -48,6 +48,7 @@ class GaiaIntegrationTest(GaiaTest):
|
||||
if os.path.exists(gaia_runner_service):
|
||||
self.install_module('gaia-runner-service', gaia_runner_service)
|
||||
env['VIRTUALENV_PATH'] = self.query_virtualenv_path()
|
||||
env['HOST_LOG'] = os.path.join(dirs['abs_log_dir'], 'gecko_output.log')
|
||||
|
||||
cmd = [
|
||||
'make',
|
||||
|
Loading…
x
Reference in New Issue
Block a user