comparison mx/mx_graal.py @ 21514:b426469fadb7

mx: better description for strict-compliance and fix typo
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 06 May 2015 17:04:06 +0200
parents 41ec6d89cb84
children c2e58b2a2a76
comparison
equal deleted inserted replaced
21513:d760a7d64801 21514:b426469fadb7
1757 if args.task_filter: 1757 if args.task_filter:
1758 Task.filters = args.task_filter.split(',') 1758 Task.filters = args.task_filter.split(',')
1759 1759
1760 # Force 1760 # Force
1761 if not mx._opts.strict_compliance: 1761 if not mx._opts.strict_compliance:
1762 mx.log("[gate] foring strict compliance") 1762 mx.log("[gate] forcing strict compliance")
1763 mx._opts.strict_compliance = True 1763 mx._opts.strict_compliance = True
1764 1764
1765 tasks = [] 1765 tasks = []
1766 total = Task('Gate') 1766 total = Task('Gate')
1767 try: 1767 try: