bug 1188648 - Always log gecko output during Gaia JS Integration Tests. r=jgriffin
--- a/scripts/gaia_integration.py
+++ b/scripts/gaia_integration.py
@@ -43,16 +43,17 @@ class GaiaIntegrationTest(GaiaTest):
dirs['abs_gaia_dir'] +
'/node_modules/marionette-js-runner/host/python/runner-service')
# Check whether python package is around since there exist versions
# of gaia that depend on versions of marionette-js-runner without
# the python stuff.
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',
'test-integration',
'REPORTER=mocha-tbpl-reporter',
'TEST_MANIFEST=./shared/test/integration/tbpl-manifest.json',
'NODE_MODULE_SRC=npm-cache',
'VIRTUALENV_EXISTS=1'