Backed out 2 changesets (bug 1460914)for multiple failures on profile_data/base "CLOSED TREE"
Backed out changeset a2161aab4e4e (bug 1460914) Backed out changeset 9e438c55a248 (bug 1460914)
This commit is contained in:
@@ -348,15 +348,6 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
|
||||
self.device.chmod(remoteWrapper, root=True)
|
||||
os.remove(localWrapper)
|
||||
|
||||
def buildPrefsFile(self):
|
||||
super(XPCShellRemote, self).buildPrefsFile()
|
||||
|
||||
remotePrefsFile = posixpath.join(self.remoteTestRoot, 'user.js')
|
||||
self.device.push(self.prefsFile, remotePrefsFile)
|
||||
self.device.chmod(remotePrefsFile, root=True)
|
||||
os.remove(self.prefsFile)
|
||||
self.prefsFile = remotePrefsFile
|
||||
|
||||
def buildEnvironment(self):
|
||||
self.buildCoreEnvironment()
|
||||
self.setLD_LIBRARY_PATH()
|
||||
|
||||
Reference in New Issue
Block a user