Bug 706372: remove -j option from xpcshell command invoked by xpcshell-tests-remote; r=jmaher

This commit is contained in:
Geoff Brown 2011-12-05 07:19:31 -05:00
Родитель 8a53050b17
Коммит 21462a5377
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -145,7 +145,7 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
self.remoteJoin(self.remoteBinDir, "xpcshell"),
'-r', self.remoteJoin(self.remoteComponentsDir, 'httpd.manifest'),
'--greomni', self.remoteAPK,
'-j', '-s',
'-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'),
'-f', self.remoteScriptsDir+'/head.js']