Execute message tests by default

This commit is contained in:
Ryan Dahl 2010-06-19 20:30:49 -07:00
parent f1a4f17897
commit 1c7057f09c

View File

@ -1195,7 +1195,7 @@ def GetSpecialCommandProcessor(value):
return ExpandCommand
BUILT_IN_TESTS = ['simple', 'pummel', 'internet']
BUILT_IN_TESTS = ['simple', 'pummel', 'message', 'internet']
def GetSuites(test_root):