# HG changeset patch # User Thomas Wuerthinger # Date 1329849198 -3600 # Node ID 77a997c2bf4e55326be99fe25396280e1bc37334 # Parent 70583f5041077f932018ca5623c47d5723e00824 Added fastdebug version of tradesoap to gate check. diff -r 70583f504107 -r 77a997c2bf4e mx/sanitycheck.py --- 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'], }