Bug 1075072 - Pass debuggerArgs as a string to get_debugger_info. r=ted

This commit is contained in:
Tom Tromey
2014-10-24 09:40:00 -04:00
parent 77da3ee5c8
commit 1d77be9e3b
2 changed files with 6 additions and 10 deletions

View File

@@ -1074,11 +1074,6 @@ class XPCShellTests(object):
self.debuggerInfo = None
if debugger:
# We need a list of arguments, not a string, to feed into
# the debugger
if debuggerArgs:
debuggerArgs = debuggerArgs.split();
self.debuggerInfo = mozdebug.get_debugger_info(debugger, debuggerArgs, debuggerInteractive)
self.xpcshell = xpcshell