Bug 1174191 - ./mach storage-server is not working. r=rnewman

This commit is contained in:
Fernando Jimenez 2015-06-12 19:04:20 +02:00
parent c4803dd32f
commit a47d821378

View File

@ -86,9 +86,9 @@ class SyncTestCommands(MachCommandBase):
'-r', '%s/components/httpd.manifest' % self.bindir,
'-m',
'-s',
'-e', 'const _TESTING_MODULES_DIR = "%s/_tests/modules";' % topobjdir,
'-f', '%s/testing/xpcshell/head.js' % topsrcdir,
'-e', 'const _SERVER_ADDR = "%s";' % hostname,
'-e', 'const _TESTING_MODULES_DIR = "%s/_tests/modules";' % topobjdir,
'-e', 'const SERVER_PORT = "%s";' % port,
'-e', 'const INCLUDE_FILES = [%s];' % ', '.join(head_paths),
'-e', '_register_protocol_handlers();',