Bug 1079657 (follow-up) - Remove --mode=stress option from |mach run|. r=me.

DONTBUILD because this is NPOTB.

--HG--
extra : rebase_source : f2295ccffe59b0af6627169e96f98a8a755570e8
This commit is contained in:
Nicholas Nethercote 2014-10-08 18:20:07 -07:00
parent 008fd44132
commit 398ff602ae

View File

@ -824,7 +824,7 @@ class RunProgram(MachCommandBase):
help='The maximum depth of stack traces. The default and maximum is 24.') help='The maximum depth of stack traces. The default and maximum is 24.')
@CommandArgument('--show-dump-stats', action='store_true', group='DMD', @CommandArgument('--show-dump-stats', action='store_true', group='DMD',
help='Show stats when doing dumps.') help='Show stats when doing dumps.')
@CommandArgument('--mode', choices=['normal', 'test', 'stress'], group='DMD', @CommandArgument('--mode', choices=['normal', 'test'], group='DMD',
help='Mode of operation. The default is normal.') help='Mode of operation. The default is normal.')
def run(self, params, remote, background, noprofile, debug, debugger, def run(self, params, remote, background, noprofile, debug, debugger,
debugparams, slowscript, dmd, sample_below, max_frames, debugparams, slowscript, dmd, sample_below, max_frames,