Bug 808725 - Pass -m and -n to xpcshell when running xpcshell-tests-remote; r=jmaher

This commit is contained in:
Geoff Brown 2012-11-06 04:44:02 -07:00
Родитель c3efce59a3
Коммит dad33bcf92
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -163,6 +163,8 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
if self.options.localAPK:
self.xpcsCmd.extend(['--greomni', self.remoteAPK])
self.xpcsCmd.extend([
'-m',
'-n',
'-s',
'-e', 'const _HTTPD_JS_PATH = "%s";' % self.remoteJoin(self.remoteComponentsDir, 'httpd.js'),
'-e', 'const _HEAD_JS_PATH = "%s";' % self.remoteJoin(self.remoteScriptsDir, 'head.js'),