Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach
sutagent is no longer built or used; devicemanagerSUT is completely unused. After this change, devicemanagerADB is the only implementation of devicemanager, and test harness options like --dm_trans are eliminated.
This commit is contained in:
@@ -414,7 +414,6 @@ class MachCommands(MachCommandBase):
|
||||
options.symbols_path = symbols_path
|
||||
options.manifest_path = manifest_path
|
||||
options.xre_path = self.bindir
|
||||
options.dm_trans = "adb"
|
||||
options.local_lib = self.bindir.replace('bin', 'fennec')
|
||||
for file in os.listdir(os.path.join(self.topobjdir, "dist")):
|
||||
if file.endswith(".apk") and file.startswith("fennec"):
|
||||
|
||||
Reference in New Issue
Block a user