mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 818259 - Fix undefined reference in remote/b2g xpcshell, r=mdas, DONTBUILD a=NPOTB,test-only
This commit is contained in:
parent
b03ecd193e
commit
1ae9eb69b6
@ -8,8 +8,8 @@ import sys, os
|
||||
import subprocess
|
||||
import runxpcshelltests as xpcshell
|
||||
import tempfile
|
||||
from automationutils import *
|
||||
from mozdevice import devicemanagerADB, devicemanagerSUT
|
||||
from automationutils import replaceBackSlashes
|
||||
from mozdevice import devicemanagerADB, devicemanagerSUT, DMError
|
||||
|
||||
here = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
@ -10,8 +10,7 @@ sys.path.insert(0, os.path.abspath(os.path.realpath(os.path.dirname(sys.argv[0])
|
||||
|
||||
import traceback
|
||||
from remotexpcshelltests import XPCShellRemote, RemoteXPCShellOptions
|
||||
from automationutils import *
|
||||
from mozdevice import devicemanagerADB
|
||||
from mozdevice import devicemanagerADB, DMError
|
||||
|
||||
DEVICE_TEST_ROOT = '/data/local/tests'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user