changeset 4162:784f7e262d60

Commented out clean step in gate.
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Dec 2011 10:38:39 +0100
parents 8c507a8dd6a4
children 48f89a17f86a
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Fri Dec 23 09:41:41 2011 +0100
+++ b/mx/commands.py	Fri Dec 23 10:38:39 2011 +0100
@@ -474,7 +474,7 @@
     start = time.time()
     
     # 1. Clean
-    clean([])
+    #clean([])
     
     # 2. Checkstyle
     mx.log(time.strftime('%d %b %Y %H:%M:%S - Running Checkstyle...'))