mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 515844 followup: change debug option to moz-standard -g, no_r=me
This commit is contained in:
parent
2b967c4b02
commit
1ccc6f7025
@ -228,7 +228,7 @@ if __name__ == '__main__':
|
||||
help='Run test files listed in [FILE]')
|
||||
op.add_option('-R', '--retest', dest='retest', metavar='FILE',
|
||||
help='Retest using test list file [FILE]')
|
||||
op.add_option('-d', '--debug', dest='debug', action='store_true',
|
||||
op.add_option('-g', '--debug', dest='debug', action='store_true',
|
||||
help='Run test in gdb')
|
||||
(OPTIONS, args) = op.parse_args()
|
||||
if len(args) < 1:
|
||||
|
Loading…
Reference in New Issue
Block a user