changeset 4663:77a997c2bf4e

Added fastdebug version of tradesoap to gate check.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Feb 2012 19:33:18 +0100
parents 70583f504107
children 60a8f52c0be0
files mx/sanitycheck.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/sanitycheck.py	Tue Feb 21 19:31:24 2012 +0100
+++ b/mx/sanitycheck.py	Tue Feb 21 19:33:18 2012 +0100
@@ -74,7 +74,7 @@
     'sunflow':    ['product', 'fastdebug', 'debug'],
     'tomcat':     ['product', 'fastdebug', 'debug'],
     'tradebeans': ['product', 'fastdebug', 'debug'],
-    'tradesoap':  ['product'],
+    'tradesoap':  ['product', 'fastdebug'],
     'xalan':      ['product', 'fastdebug', 'debug'],
 }