comparison mx/commands.py @ 4163:48f89a17f86a

Trivial change to test gate.
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Dec 2011 11:26:04 +0100
parents 784f7e262d60
children c843578c269d
comparison
equal deleted inserted replaced
4162:784f7e262d60 4163:48f89a17f86a
472 a state that would be accepted for integration into the main repository.""" 472 a state that would be accepted for integration into the main repository."""
473 473
474 start = time.time() 474 start = time.time()
475 475
476 # 1. Clean 476 # 1. Clean
477 #clean([]) 477 # clean([])
478 478
479 # 2. Checkstyle 479 # 2. Checkstyle
480 mx.log(time.strftime('%d %b %Y %H:%M:%S - Running Checkstyle...')) 480 mx.log(time.strftime('%d %b %Y %H:%M:%S - Running Checkstyle...'))
481 if mx.checkstyle([]) != 0: 481 if mx.checkstyle([]) != 0:
482 mx.abort('Checkstyle warnings were found') 482 mx.abort('Checkstyle warnings were found')