From db092a1926ffc9df04dae193ea5be705a3d08e39 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Sat, 13 Jun 2009 13:23:04 +0700 Subject: [PATCH] fix runall.py not to skip nginx hub because it's not include anymore --- greentest/runall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greentest/runall.py b/greentest/runall.py index f26eb0d..7d4db31 100755 --- a/greentest/runall.py +++ b/greentest/runall.py @@ -37,7 +37,7 @@ COMMAND = sys.executable + ' ./record_results.py ' + sys.executable + ' ./with_t PARSE_PERIOD = 10 # the following aren't in the default list unless --all option present -NOT_HUBS = set(['nginx']) +NOT_HUBS = set() NOT_REACTORS = set(['wxreactor', 'glib2reactor', 'gtk2reactor']) NOT_TESTS = set()