Bug 818259 - Fix undefined reference in remote/b2g xpcshell, r=mdas, DONTBUILD a=NPOTB,test-only

This commit is contained in:
Andrew Halberstadt 2012-12-05 10:53:03 -05:00
parent b03ecd193e
commit 1ae9eb69b6
2 changed files with 3 additions and 4 deletions

View File

@ -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__))

View 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'