HomeSort by relevance Sort by last modified time
    Searched refs:fail_under (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/coverage/coverage/
cmdline.py 49 fail_under = optparse.make_option( variable in class:Opts
156 fail_under=None,
315 Opts.fail_under,
332 Opts.fail_under,
364 Opts.fail_under,
376 OK, ERR, FAIL_UNDER = 0, 1, 2
518 # value, so we can get fail_under from the config file.
519 if options.fail_under is not None:
520 self.coverage.set_option("report:fail_under", options.fail_under)
    [all...]
config.py 169 self.fail_under = 0
284 ('fail_under', 'report:fail_under', 'int'),

Completed in 417 milliseconds