Browse Source

Execute message tests by default

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
1c7057f09c
  1. 2
      tools/test.py

2
tools/test.py

@ -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):

Loading…
Cancel
Save