From 1c7057f09cfe4c1d27439b6ef9b1549ee0fa9496 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 19 Jun 2010 20:30:49 -0700 Subject: [PATCH] Execute message tests by default --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index e89578f26c..d05dac4732 100755 --- a/tools/test.py +++ b/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):