mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1174191 - ./mach storage-server is not working. r=rnewman
This commit is contained in:
parent
c4803dd32f
commit
a47d821378
@ -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();',
|
||||
|
Loading…
Reference in New Issue
Block a user