mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1087647 - Prevent ./mach reftest from looking for a debugger if one was not provided as an argument. r=ted.mielczarek
This commit is contained in:
parent
28d5f6ef8c
commit
e0d90aae6e
@ -563,6 +563,8 @@ class RefTest(object):
|
||||
return status
|
||||
|
||||
def runSerialTests(self, testPath, options, cmdlineArgs = None):
|
||||
debuggerInfo = None
|
||||
if options.debugger:
|
||||
debuggerInfo = mozdebug.get_debugger_info(options.debugger, options.debuggerArgs,
|
||||
options.debuggerInteractive);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user